Bug 1441877 - remove unused css variable --breakpoint-hover-background;r=jaws draft
authorJulian Descottes <jdescottes@mozilla.com>
Wed, 28 Feb 2018 17:09:55 +0100
changeset 761048 3d320a9d7a54e3df94366ac6fcd68a8e588456ca
parent 760935 ee326c976eebdca48128054022c443d3993e12b0
push id100835
push userjdescottes@mozilla.com
push dateWed, 28 Feb 2018 16:10:29 +0000
reviewersjaws
bugs1441877
milestone60.0a1
Bug 1441877 - remove unused css variable --breakpoint-hover-background;r=jaws MozReview-Commit-ID: HhXMTo93QnJ
devtools/client/sourceeditor/codemirror/old-debugger.css
--- a/devtools/client/sourceeditor/codemirror/old-debugger.css
+++ b/devtools/client/sourceeditor/codemirror/old-debugger.css
@@ -1,17 +1,15 @@
 :root {
   --breakpoint-background: url("chrome://devtools/skin/images/breakpoint.svg#light");
-  --breakpoint-hover-background: url("chrome://devtools/skin/images/breakpoint.svg#light-hover");
   --breakpoint-conditional-background: url("chrome://devtools/skin/images/breakpoint.svg#light-conditional");
 }
 
 .theme-dark:root {
   --breakpoint-background: url("chrome://devtools/skin/images/breakpoint.svg#dark");
-  --breakpoint-hover-background: url("chrome://devtools/skin/images/breakpoint.svg#dark-hover");
   --breakpoint-conditional-background: url("chrome://devtools/skin/images/breakpoint.svg#dark-conditional");
 }
 
 .breakpoint .CodeMirror-linenumber:before {
   background-image: var(--breakpoint-background) !important;
 }
 
 .conditional .CodeMirror-linenumber:before {