@@ -70,7 +70,6 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
70
70
right : 0 ;
71
71
z-index : $cdk-z-index-overlay-backdrop ;
72
72
pointer-events : auto ;
73
- -webkit-tap-highlight-color : transparent ;
74
73
transition : opacity $backdrop-animation-duration $backdrop-animation-timing-function ;
75
74
opacity : 0 ;
76
75
@@ -142,7 +141,7 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
142
141
box-sizing : border-box ;
143
142
display : block ;
144
143
padding : 1.5em ;
145
- box-shadow : 0 11px 15px -7px rgba (0 , 0 , 0 , 0.2 ), 0 px 24px 38px 3px rgba (0 , 0 , 0 , 0.14 ), 0 px 9px 46px 8px rgba (0 , 0 , 0 , 0.12 );
144
+ box-shadow : 0 11px 15px -7px rgba (0 , 0 , 0 , 0.2 ), 0 24px 38px 3px rgba (0 , 0 , 0 , 0.14 ), 0 9px 46px 8px rgba (0 , 0 , 0 , 0.12 );
146
145
border-radius : 2px ;
147
146
overflow : auto ;
148
147
background : #fff ;
@@ -272,9 +271,7 @@ $theme-color: #3f51b5;
272
271
text-align : center ;
273
272
outline : 0 ;
274
273
color : rgba (0 , 0 , 0 , 0.85 );
275
- -webkit-appearance : none ;
276
- -webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 );
277
- -webkit-tap-highlight-color : transparent ;
274
+ appearance : none ;
278
275
}
279
276
280
277
.nxt-dt-calendar-cell-content {
@@ -404,7 +401,7 @@ $theme-color: #3f51b5;
404
401
left : 50% ;
405
402
border-radius : 50% ;
406
403
transform : translateX (-50% );
407
- background-color : currentColor ;
404
+ background-color : currentcolor ;
408
405
}
409
406
410
407
& :before {
@@ -421,7 +418,6 @@ $theme-color: #3f51b5;
421
418
cursor : pointer ;
422
419
outline : none ;
423
420
border : none ;
424
- -webkit-tap-highlight-color : transparent ;
425
421
display : inline-block ;
426
422
white-space : nowrap ;
427
423
text-decoration : none ;
@@ -480,7 +476,7 @@ $theme-color: #3f51b5;
480
476
svg {
481
477
width : 50% ;
482
478
height : 50% ;
483
- fill : currentColor ;
479
+ fill : currentcolor ;
484
480
}
485
481
}
486
482
@@ -572,7 +568,6 @@ $theme-color: #3f51b5;
572
568
.nxt-dt-container-info {
573
569
padding : 0 .5em ;
574
570
cursor : pointer ;
575
- -webkit-tap-highlight-color : transparent ;
576
571
577
572
.nxt-dt-container-range {
578
573
outline : none ;
@@ -597,7 +592,7 @@ $theme-color: #3f51b5;
597
592
.nxt-dt-container-disabled ,
598
593
.nxt-dt-trigger-disabled {
599
594
opacity : 0.35 ;
600
- filter : Alpha (Opacity = 35 );
595
+ filter : Alpha (opacity = 35 );
601
596
background-image : none ;
602
597
cursor : default !important ;
603
598
}
@@ -609,7 +604,7 @@ $theme-color: #3f51b5;
609
604
color : $theme-color ;
610
605
611
606
.nxt-dt-timer-hour12-box {
612
- border : 1px solid currentColor ;
607
+ border : 1px solid currentcolor ;
613
608
border-radius : 2px ;
614
609
transition : background 200ms ease ;
615
610
0 commit comments