[gnome-shell/wip/sass: 87/99] theme: appmenu label shadow no longer needed
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 87/99] theme: appmenu label shadow no longer needed
- Date: Tue, 17 Feb 2015 12:09:57 +0000 (UTC)
commit e5338dfbc6129e00a9dcc05491ccd06c40e31a96
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 9 13:21:22 2015 +0100
theme: appmenu label shadow no longer needed
data/theme/_common.scss | 2 +-
data/theme/gnome-shell-high-contrast.css | 4 ++--
data/theme/gnome-shell.css | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 0ffcf87..51eb39e 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -828,7 +828,7 @@ StScrollBar {
spinner-image: url("process-working.svg");
spacing: 4px;
- .label-shadow { }
+ .label-shadow { color: transparent; }
}
.aggregate-menu {
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index d591893..1ea94b1 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -713,6 +713,8 @@ StScrollBar {
#appMenu {
spinner-image: url("process-working.svg");
spacing: 4px; }
+ #appMenu .label-shadow {
+ color: transparent; }
.aggregate-menu {
width: 360px; }
@@ -1682,5 +1684,3 @@ StScrollBar {
stage {
-st-icon-style: symbolic; }
-
-/*# sourceMappingURL=gnome-shell-high-contrast.css.map */
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 6dbaccf..93ee286 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -713,6 +713,8 @@ StScrollBar {
#appMenu {
spinner-image: url("process-working.svg");
spacing: 4px; }
+ #appMenu .label-shadow {
+ color: transparent; }
.aggregate-menu {
width: 360px; }
@@ -1679,5 +1681,3 @@ StScrollBar {
border: 2px solid grey;
border-radius: 4px;
padding: 6px; }
-
-/*# sourceMappingURL=gnome-shell.css.map */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]