mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Styling.
This commit is contained in:
parent
c88f3c84eb
commit
461661afc6
4 changed files with 50 additions and 8 deletions
|
@ -9,6 +9,19 @@
|
|||
// position: absolute;
|
||||
max-width: 250px;
|
||||
|
||||
&__submenu-trigger {
|
||||
&[aria-expanded="true"] {
|
||||
.dropdown-menu-item {
|
||||
background-color: var(--button-hover-bg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__submenu-trigger-icon {
|
||||
margin-left: auto;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.radix-menuitem {
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue