mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 10:53:39 +00:00
Some button hover style fixes
This commit is contained in:
parent
2f508a1ea3
commit
58ad51f9fc
|
|
@ -333,7 +333,7 @@
|
|||
--default-icon-color: var(--clr-text-secondary);
|
||||
--default-bg-color: transparent;
|
||||
--hover-icon-color: var(--clr-text-primary);
|
||||
--hover-bg-color: var(--clr-bg-accent);
|
||||
--hover-bg-color: var(--clr-bg-tertiary);
|
||||
|
||||
display: inline-flex;
|
||||
color: var(--default-icon-color);
|
||||
|
|
@ -2875,7 +2875,7 @@ a.account__display-name {
|
|||
&:hover,
|
||||
&:active {
|
||||
&:not(:disabled, [aria-disabled='true']) {
|
||||
background: var(--clr-bg-secondary);
|
||||
background: var(--clr-bg-tertiary);
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
|
@ -5578,7 +5578,7 @@ a.status-card {
|
|||
|
||||
&:hover,
|
||||
&:active {
|
||||
background: var(--clr-bg-secondary);
|
||||
background: var(--clr-bg-tertiary);
|
||||
}
|
||||
|
||||
&:focus,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user