We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c676d41 commit 7905cc0Copy full SHA for 7905cc0
core/src/components/select/select.ionic.outline.scss
@@ -66,7 +66,7 @@
66
* If the select has a validity state, the
67
* border should reflect that as a color.
68
*/
69
- :host(.has-focus.select-fill-outline.ion-valid),
70
- :host(.select-fill-outline.ion-touched.ion-invalid) {
71
- --border-color: var(--highlight-color);
72
- }
+:host(.has-focus.select-fill-outline.ion-valid),
+:host(.select-fill-outline.ion-touched.ion-invalid) {
+ --border-color: var(--highlight-color);
+}
0 commit comments