Fix confusing hover states in admin list items (#38782)
This commit is contained in:
parent
e3c0883d32
commit
5b1891a1ae
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user