Fix opacity of comment frontend mod menu gear button

This commit is contained in:
Tetrakern 2024-11-17 01:20:39 +01:00
parent 17d21c61fb
commit e96ba540f2
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -705,7 +705,7 @@
transition: opacity var(--transition-duration); transition: opacity var(--transition-duration);
&:not(:hover, :focus-visible, .last-clicked) { &:not(:hover, :focus-visible, .last-clicked) {
opacity: .2; opacity: .3;
} }
} }