Commit f861b51e authored by henry's avatar henry Committed by morgan
Browse files

fixup! TB 30237: Add v3 onion services client authentication prompt

TB 44888: Use button opacity CSS variable.
parent 068ab2f5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -30,8 +30,7 @@
 * TODO: Replace with moz-button when it handles this for us. See
 * tor-browser#43275. */
button.spoof-button-disabled {
  /* Borrow the :disabled rule from common-shared.css */
  opacity: 0.4;
  opacity: var(--button-opacity-disabled);
  /* Also ensure it does not get hover or active styling. */
  pointer-events: none;
}