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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/main/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
(Empty)
1 /*
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
4 * found in the LICENSE file.
5 */
6
7 :host {
8 cursor: pointer;
9 padding: 0 2px;
10 min-width: 26px;
11 }
12
13 :host:hover {
14 color: #333;
15 }
16
17 .counter-item {
18 margin-left: 6px;
19 }
20
21 .counter-item label {
22 cursor: inherit;
23 }
24
25 .counter-item.counter-item-first {
26 margin-left: 0;
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698