mirror of https://github.com/zulip/zulip.git
buttons: Shore up styles on a.button instances.
This commit is contained in:
parent
aaaa52c5c0
commit
eb31fdbe3c
|
@ -178,6 +178,9 @@ input::placeholder {
|
|||
|
||||
&:hover {
|
||||
background-color: var(--color-background-zulip-button-hover);
|
||||
/* Reset styles on a.button instances. */
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Reference in New Issue