mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix boost icon color in new status menu
This commit is contained in:
parent
9a9667d824
commit
169aa2d3d3
1 changed files with 13 additions and 3 deletions
|
@ -1853,16 +1853,26 @@ a.card:is(:hover, :focus):visited {
|
|||
color: var(--checked-color) !important;
|
||||
}
|
||||
|
||||
.szh-menu__item:not(.szh-menu__item--hover) {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.icon + span {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
box-shadow: inset 0 -2px 0 var(--checked-color),
|
||||
inset 0 -16px 8px -16px var(--checked-color);
|
||||
&,
|
||||
& .szh-menu__item {
|
||||
box-shadow: inset 0 -2px 0 var(--checked-color),
|
||||
inset 0 -16px 8px -16px var(--checked-color);
|
||||
}
|
||||
&:has(.szh-menu__item) {
|
||||
box-shadow: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.menu-reblog {
|
||||
.menu-reblog.checked {
|
||||
--checked-color: var(--reblog-color);
|
||||
}
|
||||
.menu-favourite.checked {
|
||||
|
|
Loading…
Reference in a new issue