1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-17 12:48:32 +01:00

prevent disabled buttons from sinking

This commit is contained in:
hedgehog 2020-04-22 07:36:54 +00:00
parent a6cd69de79
commit 31394407dc

View File

@ -100,7 +100,7 @@ button {
padding: 0 12px;
}
button:active {
button:not(:disabled):active {
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
}