mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -565,6 +565,10 @@ StTooltip StLabel {
|
|||
width: 200px;
|
||||
}
|
||||
|
||||
.app-filter:hover {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.app-filter:selected {
|
||||
color: #ffffff;
|
||||
background-image: url("filter-selected-ltr.svg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue