Bug 1331510 - remove unused shared/widgets.css stylesheet from inspector.xhtml;r=pbro draft
authorJulian Descottes <jdescottes@mozilla.com>
Tue, 17 Jan 2017 01:16:44 +0100
changeset 462306 d64d9b123b4ea01373027c43df718a722fbd8d95
parent 461121 8eaf154b385bbe0ff06155294ccf7962aa2d3324
child 542334 f18904130b64aa5166e1641683e52212d2b9d0f7
push id41689
push userjdescottes@mozilla.com
push dateTue, 17 Jan 2017 00:17:20 +0000
reviewerspbro
bugs1331510
milestone53.0a1
Bug 1331510 - remove unused shared/widgets.css stylesheet from inspector.xhtml;r=pbro MozReview-Commit-ID: KQhgnxnkv2B
devtools/client/inspector/inspector.xhtml
--- a/devtools/client/inspector/inspector.xhtml
+++ b/devtools/client/inspector/inspector.xhtml
@@ -3,17 +3,16 @@
    - 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/. -->
 <!DOCTYPE html>
 
 <html xmlns="http://www.w3.org/1999/xhtml" dir="">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 
-  <link rel="stylesheet" href="resource://devtools/client/shared/widgets/widgets.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/widgets.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/inspector.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/rules.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/computed.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/fonts.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/boxmodel.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/layout.css"/>
   <link rel="stylesheet" href="chrome://devtools/skin/animationinspector.css"/>