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

Unified Diff: Source/devtools/front_end/inspectorCommon.css

Issue 805853002: DevTools: Make labeled checkbox a web component (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/devtools/front_end/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index 81fad8a250e744a93187af4f04001b270daa3cbb..7828a318d73fb3e779e131eed86c868d0305977d 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -145,10 +145,3 @@ body /deep/ input[type="search"]:focus,
body /deep/ input[type="text"]:focus {
outline: auto 5px -webkit-focus-ring-color;
}
-
-body /deep/ input[type="checkbox"] {
- height: 12px;
- width: 12px;
- margin: auto 3px;
- flex-shrink: 0;
-}
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | Source/devtools/front_end/main/OverridesView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698