Files
wanderer/assets/js/hooks/Mapper/components/contexts/ContextMenuSystemInfo/ContextMenuSystemInfo.module.scss
Dmitry Popov 4136aaad76 Initial commit
2024-09-18 01:55:30 +04:00

11 lines
191 B
SCSS

.FastActions {
:global {
.p-menuitem-content {
background-color: initial !important;
}
.p-menuitem-content:hover {
background-color: initial !important;
}
}
}