Commit ee53bb63 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! TB 23247: Communicating security expectations for .onion

TB 45081: Replace onion site icons with Acorn icons.
parent 07f7dd11
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -237,15 +237,15 @@
#identity-box[pageproxystate="valid"].onionCertUserOverridden #identity-icon {
  list-style-image: url(chrome://global/skin/icons/onion-warning.svg);
  visibility: visible;
  /* onion-warning includes another context-stroke color. Here we want it to
   * match the context-fill color, which should be currentColor. */
  -moz-context-properties: fill, fill-opacity, stroke;
  stroke: currentColor;
}

#identity-box[pageproxystate="valid"].onionMixedActiveContent #identity-icon {
  list-style-image: url(chrome://global/skin/icons/onion-slash.svg);
  visibility: visible;
  /* onion-slash includes another context-stroke color. */
  -moz-context-properties: fill, fill-opacity, stroke;
  /* Match the slash in security-broken.svg. */
  stroke: #f90d3f;
}

#permissions-granted-icon {