Skip to content

Commit 86aa21d

Browse files
committed
Remove image from "acrylic" elements
since it wasn't working anyway
1 parent 0f1879b commit 86aa21d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

firefox/chrome/userChrome.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ scrollbar {
3333
scrollbar-color: hsla(0, 0%, 33%, 0.5) hsla(0, 0%, 0%, 0) !important;
3434
scrollbar-width: thin !important;
3535
background-color: hsla(0, 0%, 0%, 0.1);
36-
background-image: var(--acrylic-background-image) repeat repeat !important;
3736
backdrop-filter: var(--acrylic-backdrop-filter) !important;
38-
background-blend-mode: var(--acrylic-background-blend-mode) !important;
3937
}
4038

4139
/*
@@ -188,8 +186,6 @@ scrollbar {
188186
#urlbar > #urlbar-background,
189187
#searchbar::before {
190188
background: var(--urlbar-background) !important;
191-
background-image: var(--acrylic-background-image) repeat repeat !important;
192-
background-blend-mode: var(--acrylic-background-blend-mode) !important;
193189
box-shadow: 0 0 0 transparent, 0 0 0 var(--shadow-color) !important;
194190
--shadow-color: hsla(0, 0%, 0%, 0);
195191
--toolbarbutton-border-radius: calc(var(--urlbar-height, 30px) / 2);

0 commit comments

Comments
 (0)