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