[gnome-shell/wip/sassWithSomeFixes: 33/33] theme: Remove looking glass border-image



commit a0d406f4be9e843e63584d88cc4264428838ccee
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]