mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Download Popup - Radio button blue border #241
This commit is contained in:
parent
ed437e953a
commit
4e5e8e2bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@
|
|||
button:-moz-focusring,
|
||||
xul|menulist:-moz-focusring,
|
||||
xul|checkbox:-moz-focusring > .checkbox-check, /* :not([native]) to win specificity over checkbox.css */
|
||||
xul|radio[focused="true"] {
|
||||
xul|radio[focused="true"]:-moz-focusring {
|
||||
box-shadow: none !important;
|
||||
outline: 2px solid var(--in-content-focus-outline-color) !important;
|
||||
outline-offset: 2px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue