File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -1104,6 +1104,12 @@ ul {
1104
1104
-webkit-appearance : none;
1105
1105
}
1106
1106
1107
+ .search input [type = "search" ]: -webkit-autofill , .search input [type = "search" ]: -webkit-autofill : hover ,
1108
+ .search input [type = "search" ] input [type = "search" ]: -webkit-autofill : focus {
1109
+ -webkit-box-shadow : 0 0 0 1000px # fff inset;
1110
+ border-right-color : transparent;
1111
+ }
1112
+
1107
1113
.search input [type = "search" ],
1108
1114
.search .clear-button {
1109
1115
background-color : # fff ;
@@ -1139,7 +1145,7 @@ ul {
1139
1145
justify-content : center;
1140
1146
padding : 0 15px ;
1141
1147
pointer-events : none;
1142
- transition : .12s ease-in-out;
1148
+ transition : border .12 s ease-in-out , color .12s ease-in-out;
1143
1149
}
1144
1150
1145
1151
[dir = "rtl" ] .search .clear-button {
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ $icon-color: #777;
38
38
-webkit-appearance : none ;
39
39
}
40
40
41
+ & :-webkit-autofill ,
42
+ & :-webkit-autofill :hover ,
43
+ input [type = " search" ]:-webkit-autofill :focus {
44
+ -webkit-box-shadow : 0 0 0 1000px #fff inset ;
45
+ border-right-color : transparent ;
46
+ }
47
+
41
48
}
42
49
43
50
input [type = " search" ],
@@ -76,7 +83,7 @@ $icon-color: #777;
76
83
justify-content : center ;
77
84
padding : 0 15px ;
78
85
pointer-events : none ;
79
- transition : .12s ease-in-out ;
86
+ transition : border .12 s ease-in-out , color .12s ease-in-out ;
80
87
81
88
[dir = " rtl" ] & {
82
89
border-bottom-right-radius : 0 ;
You can’t perform that action at this time.
0 commit comments