buttons: Ensure active buttons take .button:active background color.

This commit is contained in:
Karl Stolley 2024-09-12 13:50:34 -05:00 committed by Tim Abbott
parent 6264d59ea7
commit aaaa52c5c0
1 changed files with 0 additions and 3 deletions

View File

@ -216,7 +216,6 @@ input::placeholder {
&:active {
border-color: hsl(156deg 30% 40%);
color: hsl(156deg 44% 43%);
background-color: hsl(154deg 33% 96%);
}
}
@ -232,7 +231,6 @@ input::placeholder {
&:active {
color: hsl(35deg 82% 40%);
border-color: hsl(35deg 55% 70%);
background-color: hsl(33deg 48% 96%);
}
}
@ -248,7 +246,6 @@ input::placeholder {
&:active {
color: hsl(357deg 55% 63%);
border-color: hsl(2deg 46% 68%);
background-color: hsl(7deg 82% 98%);
}
}