Skip to content

Commit cccd964

Browse files
committed
Fix when dragged
1 parent d54b191 commit cccd964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body {
4747
@media (prefers-contrast: no-preference) and (hover: hover) {
4848
transition: opacity 125ms;
4949

50-
&:not(:focus-within):not(:hover) {
50+
&:not(:is(:focus-within, :hover, :has(:active))) {
5151
opacity: .4;
5252
}
5353
}

0 commit comments

Comments
 (0)