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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 html { 1 html {
2 height: 100%; 2 height: 100%;
3 } 3 }
4 4
5 body { 5 body {
6 height: 100%; 6 height: 100%;
7 width: 100%; 7 width: 100%;
8 position: relative; 8 position: relative;
9 overflow: hidden; 9 overflow: hidden;
10 margin: 0; 10 margin: 0;
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 body /deep/ input, 138 body /deep/ input,
139 body /deep/ select { 139 body /deep/ select {
140 font-family: inherit; 140 font-family: inherit;
141 font-size: inherit; 141 font-size: inherit;
142 } 142 }
143 143
144 body /deep/ input[type="search"]:focus, 144 body /deep/ input[type="search"]:focus,
145 body /deep/ input[type="text"]:focus { 145 body /deep/ input[type="text"]:focus {
146 outline: auto 5px -webkit-focus-ring-color; 146 outline: auto 5px -webkit-focus-ring-color;
147 } 147 }
148
149 body /deep/ input[type="checkbox"] {
150 height: 12px;
151 width: 12px;
152 margin: auto 3px;
153 flex-shrink: 0;
154 }
OLDNEW
« 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