buttons: Shore up styles on a.button instances.

This commit is contained in:
Karl Stolley 2024-09-12 15:45:03 -05:00 committed by Tim Abbott
parent aaaa52c5c0
commit eb31fdbe3c
1 changed files with 3 additions and 0 deletions

View File

@ -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 {