[gnome-themes-standard/wip/sass] linked entry - axe left border of :last-child istead of the right one on :first-child



commit 940c90bc57c99cc24ad9d8bfd4ee8eb9d7375e2e
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Jun 3 19:04:13 2014 +0200

    linked entry
      - axe left border of :last-child istead of the right one on :first-child

 themes/Adwaita/gtk-3.0/_common.scss                |    2 +-
 .../gtk-3.0/assets/checkbox-mixed-popover-dark.png |  Bin 224 -> 0 bytes
 .../assets/checkbox-mixed-popover-dark 2 png       |  Bin 286 -> 0 bytes
 .../gtk-3.0/assets/checkbox-mixed-popover.png      |  Bin 259 -> 0 bytes
 .../gtk-3.0/assets/checkbox-mixed-popover 2 png    |  Bin 325 -> 0 bytes
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css      |    6 +++---
 themes/Adwaita/gtk-3.0/gtk-contained.css           |    6 +++---
 7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 30cf19a..8180cea 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -169,11 +169,11 @@
     &:first-child {
       border-top-right-radius: 0;
       border-bottom-right-radius: 0;
-      border-right-width: 0;
     }
     &:last-child {
       border-top-left-radius: 0;
       border-bottom-left-radius: 0;
+      border-left-width: 0;
     }
   }
 }
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index e120a19..819631d 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -150,11 +150,11 @@
       background-color: transparent; }
   .linked .entry:first-child {
     border-top-right-radius: 0;
-    border-bottom-right-radius: 0;
-    border-right-width: 0; }
+    border-bottom-right-radius: 0; }
   .linked .entry:last-child {
     border-top-left-radius: 0;
-    border-bottom-left-radius: 0; }
+    border-bottom-left-radius: 0;
+    border-left-width: 0; }
 
 /***********
  * Buttons *
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index b26c893..5e64360 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -150,11 +150,11 @@
       background-color: transparent; }
   .linked .entry:first-child {
     border-top-right-radius: 0;
-    border-bottom-right-radius: 0;
-    border-right-width: 0; }
+    border-bottom-right-radius: 0; }
   .linked .entry:last-child {
     border-top-left-radius: 0;
-    border-bottom-left-radius: 0; }
+    border-bottom-left-radius: 0;
+    border-left-width: 0; }
 
 /***********
  * Buttons *


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