]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Inside of range slider should be rounded if outside is rounded 6359/head
authorSteve Hull <p.witty@gmail.com>
Wed, 4 Mar 2015 05:27:29 +0000 (21:27 -0800)
committerSteve Hull <p.witty@gmail.com>
Tue, 24 Mar 2015 18:39:23 +0000 (11:39 -0700)
scss/foundation/components/_range-slider.scss

index 6e201f2d4a60f3b544044c5a38fe6980e755e351..45f9c7b5bdccf2b145ec1c4316973235893e7fe1 100644 (file)
@@ -140,6 +140,9 @@ $range-slider-disabled-cursor: $cursor-disabled-value !default;
           position: absolute;
         }
         .range-slider-active-segment {
+          border-bottom-left-radius: inherit;
+          border-bottom-right-radius: inherit;
+          border-top-left-radius: initial;
           bottom: 0;
           height: auto;
           width: $range-slider-bar-height - rem-calc((strip-unit($range-slider-bar-border-width) * 2));
@@ -160,6 +163,8 @@ $range-slider-disabled-cursor: $cursor-disabled-value !default;
     }
     .range-slider-active-segment {
       background: $range-slider-active-segment-bg-color;
+      border-bottom-left-radius: inherit;
+      border-top-left-radius: inherit;
       display: inline-block;
       height: $range-slider-bar-height - rem-calc((strip-unit($range-slider-bar-border-width) * 2));
       position: absolute;