UX: use quaternary colour for keyboard navigation (#26911)

This commit is contained in:
chapoi 2024-05-07 20:20:16 +02:00 committed by GitHub
parent 12cba2ce24
commit 4edc011d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
.topic-list-item.selected td:first-child,
.latest-topic-list-item.selected,
.search-results .fps-result.selected {
box-shadow: inset 3px 0 0 var(--danger);
box-shadow: inset 3px 0 0 var(--quaternary);
}
.featured-topic.selected,
.topic-post.selected {
box-shadow: -3px 0 0 var(--danger);
box-shadow: -3px 0 0 var(--quaternary);
}
.topic-list tr.selected,