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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2771063002: DevTools: make dropdown arrow spacing nicer (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 :host { 7 :host {
8 flex: none; 8 flex: none;
9 padding: 0 2px; 9 padding: 0 2px;
10 } 10 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 justify-content: center; 48 justify-content: center;
49 padding: 0; 49 padding: 0;
50 height: 26px; 50 height: 26px;
51 border: none; 51 border: none;
52 color: #5a5a5a; 52 color: #5a5a5a;
53 } 53 }
54 54
55 .toolbar-dropdown-arrow { 55 .toolbar-dropdown-arrow {
56 background-color: #6D6D6D; 56 background-color: #6D6D6D;
57 pointer-events: none; 57 pointer-events: none;
58 margin: auto 0; 58 margin-left: 2px;
lushnikov 2017/03/23 20:56:24 while you're here, could you please re-use the sma
luoe 2017/03/23 22:32:17 Done.
59 flex: none; 59 flex: none;
60 } 60 }
61 61
62 /* Toolbar item */ 62 /* Toolbar item */
63 63
64 .toolbar-button { 64 .toolbar-button {
65 white-space: nowrap; 65 white-space: nowrap;
66 overflow: hidden; 66 overflow: hidden;
67 min-width: 28px; 67 min-width: 28px;
68 background: transparent; 68 background: transparent;
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 margin-top: -1px; 278 margin-top: -1px;
279 width: 28px; 279 width: 28px;
280 left: -2px; 280 left: -2px;
281 } 281 }
282 282
283 span.toolbar-select-container.toolbar-item.warning { 283 span.toolbar-select-container.toolbar-item.warning {
284 background: #ffd7d7; 284 background: #ffd7d7;
285 padding: 0 5px 0 0; 285 padding: 0 5px 0 0;
286 margin-right: 1px; 286 margin-right: 1px;
287 } 287 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698