Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cccd964

Browse files
committedJul 22, 2024
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.