mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-05-03 07:50:37 +00:00
23 lines
357 B
SCSS
23 lines
357 B
SCSS
.FastActions {
|
|
:global {
|
|
.p-menuitem-content {
|
|
background-color: initial !important;
|
|
}
|
|
.p-menuitem-content:hover {
|
|
background-color: initial !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ContextMenu {
|
|
width: max-content;
|
|
min-width: unset;
|
|
|
|
:global {
|
|
.p-submenu-list {
|
|
width: max-content;
|
|
min-width: unset !important;
|
|
}
|
|
}
|
|
}
|