File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ input {
330330// Ionic Design Checkbox Invalid
331331// --------------------------------------------------
332332:host (.ion-invalid ) {
333- --focus-ring-color : #{globals .$ion-border-danger } ;
333+ --focus-ring-color : #{globals .$ion-border-focus-error } ;
334334
335335 .native-wrapper {
336336 border-color : globals .$ion-semantics-danger-800 ;
Original file line number Diff line number Diff line change 108108
109109// TODO(ROU-11119): Rewrite this when we replace the ion-button with a native button
110110.calendar-next-prev ion-button .button-has-icon-only.ion-focused ::part(native) {
111- border : globals .$ion-border-size-050 globals .$ion-border-style-solid globals .$ion-border-input- focus ;
111+ border : globals .$ion-border-size-050 globals .$ion-border-style-solid globals .$ion-border-focus-default ;
112112
113113 outline : none ;
114114}
Original file line number Diff line number Diff line change 9595.input-clear-icon :focus-visible {
9696 @include border-radius (globals .$ion-border-radius-100 );
9797
98- outline : globals .$ion-border-size-050 globals .$ion-border-style-solid globals .$ion-border-input- focus ;
98+ outline : globals .$ion-border-size-050 globals .$ion-border-style-solid globals .$ion-border-focus-default ;
9999
100100 opacity : 1 ;
101101}
You can’t perform that action at this time.
0 commit comments