[gnome-shell/wip/sassWithSomeFixes: 62/62] theme: Remove looking glass border-image
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sassWithSomeFixes: 62/62] theme: Remove looking glass border-image
- Date: Mon, 10 Nov 2014 16:13:28 +0000 (UTC)
commit 556605932d458ef8029c921e27ec9c06c1e71c65
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Mon Nov 10 16:56:57 2014 +0100
theme: Remove looking glass border-image
Now that we no longer use images for the selected highligth
data/theme/_common.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 957bde7..9d62654 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -885,7 +885,8 @@ StScrollBar {
text-shadow: black 0px 2px 2px;
}
&:selected {
- border-image: url("panel-button-border.svg") 10 10 0 2;
+ border-bottom-width: 2px;
+ border-color: lighten($selected_bg_color,5%);
color: white;
text-shadow: black 0px 2px 2px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]