[gnome-shell] Theme: Too many values for border-radius property.



commit 7d2690ac5ab522aeea65a9bcdf9825e2cb35ff9b
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Sat Feb 21 18:20:52 2015 +0100

    Theme: Too many values for border-radius property.
    
    GNOME Shell throws the following warning message:
    'St-WARNING **: Too many values for border-radius property.'
    
    Was fixed with just remove the last '0' on the 'border-radius'
    property in the '.tile-preview-left.on-primary' class on both files:
    gnome-shell.css and gnome-shell-high-contrast.css.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744900

 data/theme/gnome-shell-high-contrast.css |    2 +-
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 1d1a527..383863d 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -534,7 +534,7 @@ StScrollBar {
   border: 1px solid #215d9c; }
 
 .tile-preview-left.on-primary {
-  border-radius: 6px 6px 0 0 0; }
+  border-radius: 6px 6px 0 0; }
 
 .tile-preview-right.on-primary {
   border-radius: 0 6px 0 0; }
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 9f3b4d4..1087927 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 9f3b4d407b0a89ab53d2c3d7ea722547e443db3e
+Subproject commit 1087927ea0aef09b0d9478a6f42da49204e943ed
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 51bd529..80c7c53 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -534,7 +534,7 @@ StScrollBar {
   border: 1px solid #215d9c; }
 
 .tile-preview-left.on-primary {
-  border-radius: 6px 6px 0 0 0; }
+  border-radius: 6px 6px 0 0; }
 
 .tile-preview-right.on-primary {
   border-radius: 0 6px 0 0; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]