Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(301)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementStatePaneWidget.css
Issue
2924883002
:
DevTools: migrate SSP Classes and ElementState toolbar widgets to shadow (Closed)
Patch Set:
Created 3 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
third_party/WebKit/Source/devtools/BUILD.gn
third_party/WebKit/Source/devtools/front_end/elements/ClassesPaneWidget.js
third_party/WebKit/Source/devtools/front_end/elements/ElementStatePaneWidget.js
third_party/WebKit/Source/devtools/front_end/elements/classesPaneWidget.css
third_party/WebKit/Source/devtools/front_end/elements/elementStatePaneWidget.css
third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
third_party/WebKit/Source/devtools/front_end/elements/module.json
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/Source/devtools/front_end/elements/classesPaneWidget.css
('k') |
third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css »
('j') |
third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(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
.styles-element-state-pane {
8
overflow: hidden;
9
height: 66px;
10
padding-left: 2px;
11
background-color: #f3f3f3;
12
border-bottom: 1px solid rgb(189, 189, 189);
13
margin-top: 0;
14
}
15
16
.styles-element-state-pane > div {
17
margin: 8px 4px 6px;
18
}
19
20
.styles-element-state-pane > table {
21
width: 100%;
22
border-spacing: 0;
23
}
24
25
.styles-element-state-pane td {
26
padding: 0;
27
}
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/Source/devtools/front_end/elements/classesPaneWidget.css
('k') |
third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css »
('j') |
third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css »
('J')
Issue 2924883002: DevTools: migrate SSP Classes and ElementState toolbar widgets to shadow (Closed)
Created 3 years, 6 months ago by luoe
Modified 3 years, 6 months ago
Reviewers: pfeldman
Base URL:
Comments: 1
This is Rietveld
408576698