appView: Highlight category names on hover
This is consistent with the viewselector's tab and indicates to the user that the item is actually clickable.
This commit is contained in:
parent
bb7388a7fe
commit
edd5a5f185
@ -565,6 +565,10 @@ StTooltip StLabel {
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-filter:hover {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
.app-filter:selected {
|
.app-filter:selected {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: url("filter-selected-ltr.svg");
|
background-image: url("filter-selected-ltr.svg");
|
||||||
|
Loading…
Reference in New Issue
Block a user