Skip to content

Commit

Permalink
fix: tweak backdrop filter in focal point editor (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Aug 26, 2019
1 parent e79fc8f commit bd2a7ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@

@supports (-webkit-backdrop-filter: blur(1px) saturate(1%)) or (backdrop-filter: blur(1px) saturate(1%)) {
.media-focal-point-backdrop {
-webkit-backdrop-filter: blur(2px) saturate(110%);
backdrop-filter: blur(2px) saturate(110%);
-webkit-backdrop-filter: blur(1px) saturate(105%);
backdrop-filter: blur(1px) saturate(105%);
background-color: var(--focal-img-backdrop-filter);
}
}
Expand Down

0 comments on commit bd2a7ab

Please sign in to comment.