!important not necessary

This commit is contained in:
Adam Bradley
2013-11-25 10:54:41 -06:00
parent 9ca770c931
commit 935603330a
2 changed files with 4 additions and 4 deletions

4
dist/css/ionic.css vendored
View File

@@ -4432,7 +4432,7 @@ input[type="range"] {
background-position: center;
background-size: 96% 4px;
background-repeat: no-repeat;
-webkit-appearance: none !important; }
-webkit-appearance: none; }
input[type="range"]::-webkit-slider-thumb {
position: relative;
width: 20px;
@@ -4441,7 +4441,7 @@ input[type="range"] {
background-color: white;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 1px 3px 5px rgba(0, 0, 0, 0.25);
cursor: pointer;
-webkit-appearance: none !important; }
-webkit-appearance: none; }
input[type="range"]::-webkit-slider-thumb:before {
/* what creates the colorful line on the left side of the slider */
position: absolute;

View File

@@ -19,7 +19,7 @@ input[type="range"] {
background-position: center;
background-size: 96% $range-track-height;
background-repeat: no-repeat;
-webkit-appearance: none !important;
-webkit-appearance: none;
&::-webkit-slider-thumb {
position: relative;
@@ -29,7 +29,7 @@ input[type="range"] {
background-color: $toggle-handle-off-bg-color;
box-shadow: 0 0 2px rgba(0,0,0,.5), 1px 3px 5px rgba(0,0,0,0.25);
cursor: pointer;
-webkit-appearance: none !important;
-webkit-appearance: none;
}
&::-webkit-slider-thumb:before {