0

Style moderation hover button

This commit is contained in:
Gabe Kangas 2023-01-18 20:23:12 -08:00
parent 790945b08d
commit 7ba91404cc
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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 {