💄(react) remove modal content outline on focus
This was giving a strange look n feel, neither improving a11y.
This commit is contained in:
@@ -62,6 +62,10 @@
|
||||
font-size: var(--c--components--modal--content-font-size);
|
||||
font-weight: var(--c--components--modal--content-font-weight);
|
||||
color: var(--c--components--modal--content-color);
|
||||
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__close {
|
||||
|
||||
Reference in New Issue
Block a user