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

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

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: review comments, dropped some stray lines Created 3 years, 7 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 2017 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 display: inline-block;
9 border: 1px solid #ddd;
10 position: relative;
11 top: 7px;
12 margin: 2px;
13 background-color: #f3f3f3;
14 }
15
16 :host > * {
17 position: relative;
18 left: -2px;
19 width: 28px;
20 height: 26px;
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698