File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
packages/console/app/src/routes Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -174,21 +174,6 @@ body {
174174 }
175175 }
176176
177- input : -webkit-autofill ,
178- input : -webkit-autofill : hover ,
179- input : -webkit-autofill : focus ,
180- input : -webkit-autofill : active {
181- transition : background-color 5000000s ease-in-out 0s ;
182- }
183-
184- input : -webkit-autofill {
185- -webkit-text-fill-color : var (--color-text-strong ) !important ;
186- }
187-
188- input : -moz-autofill {
189- -moz-text-fill-color : var (--color-text-strong ) !important ;
190- }
191-
192177 [data-component = "container" ] {
193178 max-width : 67.5rem ;
194179 margin : 0 auto;
@@ -1249,4 +1234,19 @@ body {
12491234 text-decoration : underline;
12501235 }
12511236 }
1237+
1238+ input : -webkit-autofill ,
1239+ input : -webkit-autofill : hover ,
1240+ input : -webkit-autofill : focus ,
1241+ input : -webkit-autofill : active {
1242+ transition : background-color 5000000s ease-in-out 0s ;
1243+ }
1244+
1245+ input : -webkit-autofill {
1246+ -webkit-text-fill-color : var (--color-text-strong ) !important ;
1247+ }
1248+
1249+ input : -moz-autofill {
1250+ -moz-text-fill-color : var (--color-text-strong ) !important ;
1251+ }
12521252}
You can’t perform that action at this time.
0 commit comments