mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 00:22:42 +00:00
Some button hover style fixes
Some checks failed
Chromatic / Run Chromatic (push) Has been cancelled
Some checks failed
Chromatic / Run Chromatic (push) Has been cancelled
This commit is contained in:
parent
7b347bb804
commit
bb3de5d4ae
|
@ -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);
|
||||
|
@ -2829,7 +2829,7 @@ a.account__display-name {
|
|||
&:hover,
|
||||
&:active {
|
||||
&:not(:disabled, [aria-disabled='true']) {
|
||||
background: var(--clr-bg-secondary);
|
||||
background: var(--clr-bg-tertiary);
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
@ -5496,7 +5496,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