UX: use quaternary colour for keyboard navigation (#26911)
This commit is contained in:
parent
12cba2ce24
commit
4edc011d10
|
@ -7,12 +7,12 @@
|
||||||
.topic-list-item.selected td:first-child,
|
.topic-list-item.selected td:first-child,
|
||||||
.latest-topic-list-item.selected,
|
.latest-topic-list-item.selected,
|
||||||
.search-results .fps-result.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,
|
.featured-topic.selected,
|
||||||
.topic-post.selected {
|
.topic-post.selected {
|
||||||
box-shadow: -3px 0 0 var(--danger);
|
box-shadow: -3px 0 0 var(--quaternary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list tr.selected,
|
.topic-list tr.selected,
|
||||||
|
|
Loading…
Reference in New Issue