Commit 9a4e12a2 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

fixup! Bug 40925: Implemented the Security Level component

Use --warning-color variable for the Custom label in the security level popup.


(cherry picked from commit 4f7b3857)
parent 79a5cf25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@

#securityLevel-custom {
  border-radius: 4px;
  background-color: var(--yellow-50);
  background-color: var(--warning-color);
  color: black;
  padding: 0.4em 0.5em;
  margin-inline-start: 1em;