mirror of https://github.com/zulip/zulip.git
buttons: Ensure active buttons take .button:active background color.
This commit is contained in:
parent
6264d59ea7
commit
aaaa52c5c0
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue