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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/counters/errorWarningCounter.css

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: fix Created 3 years, 5 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 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 cursor: pointer; 8 cursor: pointer;
9 padding: 0 2px; 9 padding: 0 2px;
10 min-width: 26px; 10 min-width: 26px;
11 } 11 }
12 12
13 :host:hover { 13 :host:hover {
14 color: #333; 14 color: #333;
15 } 15 }
16 16
17 .counter-item { 17 .counter-item {
18 margin-left: 6px; 18 margin-left: 6px;
19 } 19 }
20 20
21 .counter-item label { 21 .counter-item label {
22 cursor: inherit; 22 cursor: inherit;
23 } 23 }
24 24
25 .counter-item.counter-item-first { 25 .counter-item.counter-item-first {
26 margin-left: 0; 26 margin-left: 0;
27 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698