Style moderation hover button
This commit is contained in:
parent
790945b08d
commit
7ba91404cc
@ -52,10 +52,16 @@ $p-size: 8px;
|
|||||||
display: none;
|
display: none;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
color: var(--theme-color-components-text-on-light);
|
||||||
& button:focus,
|
& button:focus,
|
||||||
& button:active {
|
& button:active {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border-radius: var(--theme-rounded-corners);
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .modMenuWrapper {
|
&:hover .modMenuWrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user