Skip to content

Commit

Permalink
Merge pull request #3489 from grebaldi/bugfix/3488/needless-blur
Browse files Browse the repository at this point in the history
BUGFIX: Remove needless blur filter on unapplied changes overlay
  • Loading branch information
grebaldi authored May 12, 2023
2 parents ec7d2cc + 5527d1d commit ef72c79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
width: calc(100% - var(--size-SidebarWidth));
height: 100%;
z-index: var(--zIndex-UnappliedChangesOverlay-Context);
filter: blur(5px);
&,
&::after {
position: fixed;
Expand Down

0 comments on commit ef72c79

Please sign in to comment.