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

Side by Side Diff: Source/devtools/front_end/elements/computedStyleSidebarPane.css

Issue 1175253002: DevTools: move filter bar into the style toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed. Created 5 years, 6 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 .computed-style-sidebar-pane { 7 .computed-properties {
8 padding: 2px 2px 4px 4px; 8 padding: 2px 2px 4px 4px;
9 }
10
11 .computed-properties {
12 -webkit-user-select: text; 9 -webkit-user-select: text;
13 } 10 }
14 11
15 .computed-style-property-inherited { 12 .computed-style-property-inherited {
16 opacity: 0.5; 13 opacity: 0.5;
17 } 14 }
18 15
19 .computed-style-trace-button { 16 .computed-style-trace-button {
20 display: none; 17 display: none;
21 position: absolute; 18 position: absolute;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 @media (-webkit-min-device-pixel-ratio: 1.5) { 50 @media (-webkit-min-device-pixel-ratio: 1.5) {
54 .computed-style-trace-button > .glyph { 51 .computed-style-trace-button > .glyph {
55 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); 52 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
56 } 53 }
57 } /* media */ 54 } /* media */
58 55
59 .computed-style-property { 56 .computed-style-property {
60 position: relative; 57 position: relative;
61 padding-left: 14px; 58 padding-left: 14px;
62 } 59 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/devtools/front_end/elements/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698