[gnome-shell/wip/fmuellner/notification-redux+sass: 70/145] theme: appmenu label shadow no longer needed
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 70/145] theme: appmenu label shadow no longer needed
- Date: Thu, 19 Feb 2015 18:20:11 +0000 (UTC)
commit d6377f5d7598746e5e4f43274c972775be88a6c7
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 3604370..afa4c86 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -826,7 +826,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 2c2b915..1781bc4 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; }
@@ -1687,5 +1689,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 19c0572..340640c 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; }
@@ -1676,5 +1678,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]