File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
core/src/components/select Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1111 // ios and md. This will allow us to have a single color map.
1212 --border-color : #{globals .current-color (neutral )} ;
1313 --border-width : #{globals .$ion-border-size-025 } ;
14+ --focus-ring-color : #{globals .$ion-border-focus-default } ;
1415 --padding-start : #{globals .$ion-space-400 } ;
1516 --padding-end : #{globals .$ion-space-400 } ;
1617 --padding-top : #{globals .$ion-space-300 } ;
181182 color : globals .$ion-primitives-neutral-500 ;
182183}
183184
185+ // Focus
186+ // ---------------------------------------------
187+ :host (.ion-focused ) .select-wrapper-inner {
188+ @include globals .focused-state (null, null, var (--focus-ring-color ));
189+ }
190+
191+ // Invalid
192+ // ---------------------------------------------
193+ :host (.ion-invalid ) {
194+ --focus-ring-color : #{globals .$ion-border-focus-error } ;
195+ }
196+
184197// Shapes
185198// ----------------------------------------------------------------
186199
You can’t perform that action at this time.
0 commit comments