Why do we need this to have focus on folders?
This commit is contained in:
parent
ff700d3a28
commit
a92cf654d1
@ -543,6 +543,7 @@ StScrollBar {
|
||||
}
|
||||
}
|
||||
.app-well-app,
|
||||
.app-well-app.app-folder,
|
||||
.show-apps,
|
||||
.grid-search-result {
|
||||
& > .overview-icon {
|
||||
|
@ -1450,10 +1450,13 @@ StScrollBar {
|
||||
transition-duration: 200ms; }
|
||||
|
||||
.app-well-app.running > .overview-icon,
|
||||
.app-well-app.app-folder.running > .overview-icon,
|
||||
.show-apps.running > .overview-icon,
|
||||
.grid-search-result.running > .overview-icon {
|
||||
text-shadow: black 0px 2px 2px; }
|
||||
.app-well-app:active > .overview-icon, .app-well-app:checked > .overview-icon,
|
||||
.app-well-app.app-folder:active > .overview-icon,
|
||||
.app-well-app.app-folder:checked > .overview-icon,
|
||||
.show-apps:active > .overview-icon,
|
||||
.show-apps:checked > .overview-icon,
|
||||
.grid-search-result:active > .overview-icon,
|
||||
@ -1461,6 +1464,10 @@ StScrollBar {
|
||||
background-color: rgba(23, 25, 26, 0.9);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
|
||||
.app-well-app:hover > .overview-icon, .app-well-app.running:hover > .overview-icon, .app-well-app:focus > .overview-icon, .app-well-app:selected > .overview-icon,
|
||||
.app-well-app.app-folder:hover > .overview-icon,
|
||||
.app-well-app.app-folder.running:hover > .overview-icon,
|
||||
.app-well-app.app-folder:focus > .overview-icon,
|
||||
.app-well-app.app-folder:selected > .overview-icon,
|
||||
.show-apps:hover > .overview-icon,
|
||||
.show-apps.running:hover > .overview-icon,
|
||||
.show-apps:focus > .overview-icon,
|
||||
@ -1482,6 +1489,7 @@ StScrollBar {
|
||||
|
||||
.search-provider-icon,
|
||||
.list-search-result, .app-well-app > .overview-icon,
|
||||
.app-well-app.app-folder > .overview-icon,
|
||||
.show-apps > .overview-icon,
|
||||
.grid-search-result > .overview-icon {
|
||||
border-radius: 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user