mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
!important not necessary
This commit is contained in:
4
dist/css/ionic.css
vendored
4
dist/css/ionic.css
vendored
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user