mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-26 01:14:51 -05:00
Fix confusing hover states in admin list items (#38782)
This commit is contained in:
@@ -1106,7 +1106,7 @@ a.name-tag,
|
||||
text-decoration: none;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&:hover {
|
||||
&:where(a):where(:hover, :focus, :active) {
|
||||
color: var(--color-text-brand);
|
||||
}
|
||||
}
|
||||
@@ -1115,14 +1115,6 @@ a.name-tag,
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.announcements-list__item__title {
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
}
|
||||
|
||||
&__action-bar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user