Fix confusing hover states in admin list items (#38782)

This commit is contained in:
diondiondion 2026-04-22 16:12:27 +02:00 committed by GitHub
parent e3c0883d32
commit 5b1891a1ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;