[gnome-shell/wip/sass: 36/52] theme: appmenu label shadow no longer needed
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 36/52] theme: appmenu label shadow no longer needed
- Date: Wed, 18 Feb 2015 17:06:23 +0000 (UTC)
commit 651f19be269492810768067c31278edad1dd3fc6
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 962eb1f..9c9f927 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -834,7 +834,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 9c7c935..558cabf 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -716,6 +716,8 @@ StScrollBar {
#appMenu {
spinner-image: url("process-working.svg");
spacing: 4px; }
+ #appMenu .label-shadow {
+ color: transparent; }
.aggregate-menu {
width: 360px; }
@@ -1690,5 +1692,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 c7ed311..c6acd88 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -716,6 +716,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 {
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]