[gnome-themes-standard/wip/sass] comments



commit 9f044e413a3070cce91d55ac33a71780cdbbeb8a
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri May 23 11:56:05 2014 +0200

    comments

 themes/Adwaita/gtk-3.0/_common.scss           |   10 +++++-----
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |    4 +---
 themes/Adwaita/gtk-3.0/gtk-contained.css      |    4 +---
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 75898c9..944c204 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -327,8 +327,8 @@ GtkColorButton.button { // Uniform padding on the GtkColorButton.button
 
 .header-bar .button {
   &.text-button {
-    padding: 6px 8px 5px; /* due to font metrics the image buttons 
-                             are 1px shorter */
+    padding: 6px 8px 5px; // due to font metrics the image buttons 
+                          // are 1px shorter
   }
   &.image-button {
     padding: 8px; 
@@ -546,8 +546,8 @@ GtkPopover {
   &.frame { border-width: 1px; }
   &.header {
     background-color: darken($theme_bg_color,5%);
-    box-shadow: inset 0 6px 3px -5px transparentize($theme_shade,0.35); //I want just a top shadow 
-                                                                       //so negative spread
+    box-shadow: inset 0 6px 3px -5px transparentize($theme_shade,0.35); // I want just a top shadow 
+                                                                        // so negative spread
     border-width: 0px;
     &.frame {
       border: 1px solid $borders_color;
@@ -573,7 +573,7 @@ GtkPopover {
     &.right:active { box-shadow: inset $tab_indicator_size 0 $active_tab_indicator; };
     &.left:hover { box-shadow: inset (-$tab_indicator_size) 0 $prelight_tab_indicator; };
     &.left:active { box-shadow: inset (-$tab_indicator_size) 0 $active_tab_indicator; };
-    //with backdrop in the mix this will explode we need smarter code
+    //FIXME: with backdrop in the mix this will explode we need smarter code
 
     GtkLabel { //tab text
       font-weight: bold;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 47081dc..3fbcf0a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -363,9 +363,7 @@ GtkColorButton.button {
     border-right-width: 1px; }
 
 .header-bar .button.text-button {
-  padding: 6px 8px 5px;
-  /* due to font metrics the image buttons 
-     are 1px shorter */ }
+  padding: 6px 8px 5px; }
 .header-bar .button.image-button {
   padding: 8px; }
 
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 07b6680..e774003 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -363,9 +363,7 @@ GtkColorButton.button {
     border-right-width: 1px; }
 
 .header-bar .button.text-button {
-  padding: 6px 8px 5px;
-  /* due to font metrics the image buttons 
-     are 1px shorter */ }
+  padding: 6px 8px 5px; }
 .header-bar .button.image-button {
   padding: 8px; }
 


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