mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 19:03:41 +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-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);
|
||||||
|
|
@ -2875,7 +2875,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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -5578,7 +5578,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