Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css b/third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css
deleted file mode 100644
index 9f04d73ed2514ea6eb9506a2b56ee73fe4335850..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright (c) 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-:host {
- white-space: nowrap;
-}
-
-.color-swatch {
- position: relative;
- margin-left: 1px;
- margin-right: 2px;
- width: 10px;
- height: 10px;
- top: 1px;
- display: inline-block;
- -webkit-user-select: none;
- background-image: url(Images/checker.png);
- line-height: 10px;
-}
-
-.color-swatch-inner {
- width: 100%;
- height: 100%;
- display: inline-block;
- border: 1px solid rgba(128, 128, 128, 0.6);
- cursor: default;
-}
-
-.color-swatch-inner:hover {
- border: 1px solid rgba(64, 64, 64, 0.8);
-}
-

Powered by Google App Engine
This is Rietveld 408576698