mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-13 03:26:21 +01:00
Make danger menu item more dangerous
This commit is contained in:
parent
195c2e2960
commit
48e1a0753a
1 changed files with 4 additions and 0 deletions
|
@ -1924,6 +1924,10 @@ body > .szh-menu-container {
|
||||||
).danger {
|
).danger {
|
||||||
color: var(--red-color);
|
color: var(--red-color);
|
||||||
}
|
}
|
||||||
|
.szh-menu
|
||||||
|
.szh-menu__item.danger:not(.szh-menu__item--disabled).szh-menu__item--hover {
|
||||||
|
background-color: var(--red-color);
|
||||||
|
}
|
||||||
.szh-menu
|
.szh-menu
|
||||||
.szh-menu__item:not(.szh-menu__item--disabled):not(
|
.szh-menu__item:not(.szh-menu__item--disabled):not(
|
||||||
.szh-menu__item--hover
|
.szh-menu__item--hover
|
||||||
|
|
Loading…
Reference in a new issue