[gnome-shell/wip/sass: 23/58] theme: symbolic icons for App menu
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 23/58] theme: symbolic icons for App menu
- Date: Tue, 17 Feb 2015 22:30:06 +0000 (UTC)
commit fe64e6c41710aa5970fc772fa54773de0cf2f038
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jan 14 15:34:04 2015 +0100
theme: symbolic icons for App menu
- possibly too early as only core apps come with
symbolic icon installed by default.
data/theme/_common.scss | 1 +
data/theme/gnome-shell-high-contrast.css | 3 ++-
data/theme/gnome-shell.css | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index bd5733b..35fe74e 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -484,6 +484,7 @@ StScrollBar {
#appMenuIcon {
app-icon-bottom-clip: 1px;
+ -st-icon-style: symbolic;
.panel-button:active &,
.panel-button:overview &,
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 8b03015..1afefe4 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -954,7 +954,8 @@ StScrollBar {
color: #ccc;
transition-duration: 100ms; }
#panel .panel-button #appMenuIcon {
- app-icon-bottom-clip: 1px; }
+ app-icon-bottom-clip: 1px;
+ -st-icon-style: symbolic; }
.panel-button:active #panel .panel-button #appMenuIcon, .panel-button:overview #panel .panel-button
#appMenuIcon, .panel-button:focus #panel .panel-button #appMenuIcon, .panel-button:checked #panel
.panel-button #appMenuIcon {
app-icon-bottom-clip: 2px; }
#panel .panel-button:hover {
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 42d09bb..890e467 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -955,7 +955,8 @@ StScrollBar {
color: #ccc;
transition-duration: 100ms; }
#panel .panel-button #appMenuIcon {
- app-icon-bottom-clip: 1px; }
+ app-icon-bottom-clip: 1px;
+ -st-icon-style: symbolic; }
.panel-button:active #panel .panel-button #appMenuIcon, .panel-button:overview #panel .panel-button
#appMenuIcon, .panel-button:focus #panel .panel-button #appMenuIcon, .panel-button:checked #panel
.panel-button #appMenuIcon {
app-icon-bottom-clip: 2px; }
#panel .panel-button:hover {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]