@@ -2563,11 +2563,12 @@ a.subdued {
2563
2563
.action-sheet-backdrop .active {
2564
2564
-webkit-animation : fadeInHalf 0.3s ;
2565
2565
animation : fadeInHalf 0.3s ;
2566
- -webkit-animation-fill-mode : forwards ; }
2566
+ -webkit-animation-fill-mode : both ; }
2567
2567
.action-sheet-backdrop .active-remove {
2568
+ background-color : rgba (0 , 0 , 0 , 0.5 );
2568
2569
-webkit-animation : fadeOutHalf 0.3s ;
2569
2570
animation : fadeOutHalf 0.3s ;
2570
- -webkit-animation-fill-mode : forwards ; }
2571
+ -webkit-animation-fill-mode : both ; }
2571
2572
2572
2573
@-webkit-keyframes actionSheetUp {
2573
2574
0% {
@@ -4127,7 +4128,6 @@ textarea {
4127
4128
-webkit-border-radius : 2px ;
4128
4129
-moz-border-radius : 2px ;
4129
4130
border-radius : 2px ;
4130
- display : block !important ;
4131
4131
overflow : hidden;
4132
4132
padding : 4px 8px 3px ;
4133
4133
border : none;
@@ -4440,7 +4440,7 @@ input[type="range"] {
4440
4440
background-position : center;
4441
4441
background-size : 96% 4px ;
4442
4442
background-repeat : no-repeat;
4443
- -webkit-appearance : none !important ; }
4443
+ -webkit-appearance : none; }
4444
4444
input [type = "range" ]::-webkit-slider-thumb {
4445
4445
position : relative;
4446
4446
width : 20px ;
@@ -4449,7 +4449,7 @@ input[type="range"] {
4449
4449
background-color : white;
4450
4450
box-shadow : 0 0 2px rgba (0 , 0 , 0 , 0.5 ), 1px 3px 5px rgba (0 , 0 , 0 , 0.25 );
4451
4451
cursor : pointer;
4452
- -webkit-appearance : none !important ; }
4452
+ -webkit-appearance : none; }
4453
4453
input [type = "range" ]::-webkit-slider-thumb : before {
4454
4454
/* what creates the colorful line on the left side of the slider */
4455
4455
position : absolute;
@@ -5481,10 +5481,10 @@ a.button {
5481
5481
*/
5482
5482
.hidden ,
5483
5483
.hide {
5484
- display : none !important ; }
5484
+ display : none; }
5485
5485
5486
5486
.show {
5487
- display : block !important ; }
5487
+ display : block; }
5488
5488
5489
5489
.inline {
5490
5490
display : inline-block; }
0 commit comments