Issue #2887 - Convert use of -moz-appearance to appearance

This commit is contained in:
Moonchild
2026-01-02 19:46:40 +01:00
committed by roytam1
parent ea25057ec8
commit 1782eeb3bd
163 changed files with 563 additions and 563 deletions
+2 -2
View File
@@ -61,7 +61,7 @@
/* Firebug theme uses breakpoint icon istead of a checkbox */
.theme-firebug #sources-pane .dbg-breakpoint-checkbox .checkbox-check {
-moz-appearance: none;
appearance: none;
border: none;
background: url(chrome://devtools/skin/images/firebug/breakpoint.svg) no-repeat 50% 50%;
}
@@ -326,7 +326,7 @@
}
.dbg-expression-button {
-moz-appearance: none;
appearance: none;
border: none;
background: none;
text-decoration: underline;