Skip to content

Commit

Permalink
Fix incorrect calling of placeholder.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kontos committed Nov 19, 2020
1 parent c904ec1 commit 3cb9234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/themes/addons/abyss/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ menupopup::part(drop-indicator) {

#identity-box[pageproxystate="valid"].chromeUI > #identity-icon, /* <-- for v78 */
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon {
list-style-image: url(img/placeholder.svg);
list-style-image: url(placeholder.svg);
-moz-context-properties: fill, fill-opacity;
fill: currentColor;
}
Expand Down
2 changes: 1 addition & 1 deletion browser/themes/addons/floe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ menupopup::part(drop-indicator) {

#identity-box[pageproxystate="valid"].chromeUI > #identity-icon,
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon {
list-style-image: url(img/placeholder.svg);
list-style-image: url(placeholder.svg);
-moz-context-properties: fill, fill-opacity;
fill: currentColor;
}
Expand Down

0 comments on commit 3cb9234

Please sign in to comment.