themes: remove -moz selectors
authorPaul Donald <[email protected]>
Wed, 30 Jul 2025 12:49:54 +0000 (14:49 +0200)
committerPaul Donald <[email protected]>
Wed, 30 Jul 2025 12:49:54 +0000 (14:49 +0200)
Firefox newer than v88 complains with:

 Unknown pseudo-class or pseudo-element '-moz-focus-inner'.
 Ruleset ignored due to bad selector.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-focus-inner

Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index ecc5f250322b63307ddc0bdff5b41041e6566a8e..8ab413f11f1d842294cc6890ee24e68c68fca6ea 100644 (file)
@@ -224,11 +224,6 @@ textarea {
        line-height: 2em;
 }
 
-button::-moz-focus-inner, input::-moz-focus-inner {
-       border: 0;
-       padding: 0;
-}
-
 button,
 input[type="button"],
 input[type="reset"],
@@ -1906,11 +1901,6 @@ body.modal-overlay-active #modal_overlay {
        font-size: 11px;
 }
 
-button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-       padding: 0;
-       border: 0;
-}
-
 .close {
        float: right;
        color: #000;