mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-05 07:15:34 +00:00
11 lines
191 B
SCSS
11 lines
191 B
SCSS
.FastActions {
|
|
:global {
|
|
.p-menuitem-content {
|
|
background-color: initial !important;
|
|
}
|
|
.p-menuitem-content:hover {
|
|
background-color: initial !important;
|
|
}
|
|
}
|
|
}
|