Commit 916196f7 authored by henry's avatar henry
Browse files

fixup! Bug 21952: Implement Onion-Location

Bug 42538: Move onion icons to toolkit.
parent fd8774a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* Copyright (c) 2020, The Tor Project, Inc. */

#onion-location-button {
  list-style-image: url(chrome://browser/skin/onion-site.svg);
  list-style-image: url(chrome://global/skin/icons/onion-site.svg);
  -moz-context-properties: fill;
  fill: currentColor;
}