🐛(react) fix multi select focus
The multi select non searchable was not displaying its blue accent color when opening the menu by not clicking on the toggle button.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
border-color: var(--c--components--forms-select--border-color--hover);
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
&:focus-within, &--focus {
|
||||
border-radius: var(--c--components--forms-select--border-radius--focus);
|
||||
border-color: var(--c--components--forms-select--border-color--focus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user