Skip to content

Commit 0d4cdbb

Browse files
committed
fix(website): Move selectors that break Safari 18
1 parent a580fb4 commit 0d4cdbb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/console/app/src/routes/index.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)