fix: remove focus outline from dropdown menu
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
z-index: 50;
|
z-index: 50;
|
||||||
transform-origin: var(--kb-menu-content-transform-origin);
|
transform-origin: var(--kb-menu-content-transform-origin);
|
||||||
|
|
||||||
|
&:focus,
|
||||||
|
&:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
&[data-closed] {
|
&[data-closed] {
|
||||||
animation: dropdown-menu-close 0.15s ease-out;
|
animation: dropdown-menu-close 0.15s ease-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user