mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 16:42:47 +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-icon-color: var(--clr-text-secondary);
|
||||||
--default-bg-color: transparent;
|
--default-bg-color: transparent;
|
||||||
--hover-icon-color: var(--clr-text-primary);
|
--hover-icon-color: var(--clr-text-primary);
|
||||||
--hover-bg-color: var(--clr-bg-accent);
|
--hover-bg-color: var(--clr-bg-tertiary);
|
||||||
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
color: var(--default-icon-color);
|
color: var(--default-icon-color);
|
||||||
|
@ -2829,7 +2829,7 @@ a.account__display-name {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active {
|
||||||
&:not(:disabled, [aria-disabled='true']) {
|
&:not(:disabled, [aria-disabled='true']) {
|
||||||
background: var(--clr-bg-secondary);
|
background: var(--clr-bg-tertiary);
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5496,7 +5496,7 @@ a.status-card {
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active {
|
||||||
background: var(--clr-bg-secondary);
|
background: var(--clr-bg-tertiary);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user