Bug 1292163 - delete unused eyedropper.css file;r=zer0 draft
authorJulian Descottes <jdescottes@mozilla.com>
Thu, 04 Aug 2016 16:23:50 +0200
changeset 396795 2e5d9ee6004fd5246886d5d5e330e9c45e17a689
parent 396791 343370281fd7b256b65c5a3cda35d43b8f21ac17
child 396800 c951ed88487197084f4bad8dbf37afb1b2a9b18b
push id25108
push userjdescottes@mozilla.com
push dateThu, 04 Aug 2016 14:25:05 +0000
reviewerszer0
bugs1292163
milestone51.0a1
Bug 1292163 - delete unused eyedropper.css file;r=zer0 MozReview-Commit-ID: 3DVPmdEXbQT
devtools/client/jar.mn
devtools/client/themes/eyedropper.css
--- a/devtools/client/jar.mn
+++ b/devtools/client/jar.mn
@@ -185,17 +185,16 @@ devtools.jar:
     skin/images/editor-error.png (themes/images/editor-error.png)
     skin/images/breakpoint.svg (themes/images/breakpoint.svg)
     skin/webconsole.css (themes/webconsole.css)
     skin/images/webconsole.svg (themes/images/webconsole.svg)
     skin/images/breadcrumbs-divider@2x.png (themes/images/breadcrumbs-divider@2x.png)
     skin/images/breadcrumbs-scrollbutton.png (themes/images/breadcrumbs-scrollbutton.png)
     skin/images/breadcrumbs-scrollbutton@2x.png (themes/images/breadcrumbs-scrollbutton@2x.png)
     skin/animationinspector.css (themes/animationinspector.css)
-    skin/eyedropper.css (themes/eyedropper.css)
     skin/canvasdebugger.css (themes/canvasdebugger.css)
     skin/debugger.css (themes/debugger.css)
     skin/netmonitor.css (themes/netmonitor.css)
     skin/dom.css (themes/dom.css)
     skin/performance.css (themes/performance.css)
     skin/memory.css (themes/memory.css)
     skin/promisedebugger.css (themes/promisedebugger.css)
     skin/scratchpad.css (themes/scratchpad.css)
deleted file mode 100644
--- a/devtools/client/themes/eyedropper.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#canvas {
-  image-rendering: -moz-crisp-edges;
-  cursor: none;
-  border: 3px solid #E0E0E0;
-  border-radius: 50%;
-}
-
-#canvas-overflow {
-  overflow: hidden;
-  width: 96px;
-  height: 96px;
-}
-
-#color-preview {
-  width: 16px;
-  height: 16px;
-  box-shadow: 0px 0px 0px black;
-  border: solid 1px #fff;
-  margin: 3px;
-}
-
-#color-value-box {
-  background-color: #E0E0E0;
-  border-radius: 1px;
-  width: 150px;
-}
-
-#color-value {
-  /* avoid the # appearing at the end for some colours in RTL locales */
-  direction: ltr;
-  padding: 0.3em;
-  text-shadow: 1px 1px 1px #fff;
-}
-
-#color-value.highlight {
-  font-family: inherit;
-}
-
-window {
-  /* inexplicably, otherwise background shows up on Linux */
-  border: 1px solid transparent;
-  background-color: transparent;
-}