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 153a85e commit cd7c150Copy full SHA for cd7c150
core/src/components/select/select.ionic.outline.scss
@@ -61,3 +61,12 @@
61
:host(.ion-focused.select-fill-outline:not(.ion-invalid):not(.ion-valid)) {
62
--border-width: #{globals.$ion-border-size-050};
63
}
64
+
65
+/**
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
+ }
0 commit comments