From 15c12bb01f21e18ffc167b5698647c4d683c697a Mon Sep 17 00:00:00 2001 From: Alexandre Poirot Date: Wed, 4 Jan 2017 09:11:24 -0800 Subject: [PATCH] Bug 1320084 - Remove unused devtools/client/themes/dom.css file. r=Honza MozReview-Commit-ID: 1sjsBmMUlGz --- devtools/client/jar.mn | 1 - devtools/client/themes/dom.css | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 devtools/client/themes/dom.css diff --git a/devtools/client/jar.mn b/devtools/client/jar.mn index 6fb6ce096f79..10fcfad98c1f 100644 --- a/devtools/client/jar.mn +++ b/devtools/client/jar.mn @@ -179,7 +179,6 @@ devtools.jar: 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/scratchpad.css (themes/scratchpad.css) diff --git a/devtools/client/themes/dom.css b/devtools/client/themes/dom.css deleted file mode 100644 index 53eb8bb28f35..000000000000 --- a/devtools/client/themes/dom.css +++ /dev/null @@ -1,9 +0,0 @@ -/* vim:set ts=2 sw=2 sts=2 et: */ -/* 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/. */ - -:root.theme-dark { -} -:root.theme-light { -}