We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54b191 commit cccd964Copy full SHA for cccd964
sass/_layout.scss
@@ -47,7 +47,7 @@ body {
47
@media (prefers-contrast: no-preference) and (hover: hover) {
48
transition: opacity 125ms;
49
50
- &:not(:focus-within):not(:hover) {
+ &:not(:is(:focus-within, :hover, :has(:active))) {
51
opacity: .4;
52
}
53
0 commit comments