[gnome-shell/wip/sassWithSomeFixes: 2/4] Why do we need this to have focus on folders?
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sassWithSomeFixes: 2/4] Why do we need this to have focus on folders?
- Date: Wed, 29 Oct 2014 12:16:20 +0000 (UTC)
commit 7501b6bd0ac7f7eccf9768388ef49aab019513c4
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Sat Oct 25 20:26:15 2014 +0200
Why do we need this to have focus on folders?
data/theme/_common.scss | 1 +
data/theme/gnome-shell.css | 8 ++++++++
2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 1803e30..09cb328 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -541,6 +541,7 @@ StScrollBar {
}
}
.app-well-app,
+ .app-well-app.app-folder,
.show-apps,
.grid-search-result {
& > .overview-icon {
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1ff32cb..6ea3cac 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1447,10 +1447,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,
@@ -1458,6 +1461,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,
@@ -1479,6 +1486,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]