Skip to content

Commit 0e052df

Browse files
Web Inspector: Layers sidebar footer should not have white background with full-width quick console
https://bugs.webkit.org/show_bug.cgi?id=178493 Patch by Ross Kirsling <[email protected]> on 2017-10-18 Reviewed by Matt Baker. * UserInterface/Views/LayerDetailsSidebarPanel.css: Update CSS for new sidebar. * UserInterface/Views/LayerTreeDetailsSidebarPanel.css: Update CSS for legacy sidebar. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@223646 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 157a0fe commit 0e052df

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Source/WebInspectorUI/ChangeLog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2017-10-18 Ross Kirsling <[email protected]>
2+
3+
Web Inspector: Layers sidebar footer should not have white background with full-width quick console
4+
https://bugs.webkit.org/show_bug.cgi?id=178493
5+
6+
Reviewed by Matt Baker.
7+
8+
* UserInterface/Views/LayerDetailsSidebarPanel.css:
9+
Update CSS for new sidebar.
10+
11+
* UserInterface/Views/LayerTreeDetailsSidebarPanel.css:
12+
Update CSS for legacy sidebar.
13+
114
2017-10-18 Fujii Hironori <[email protected]>
215

316
[GTK] Web Inspector: Add Layers.svg

Source/WebInspectorUI/UserInterface/Views/LayerDetailsSidebarPanel.css

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
.panel.details.layer .data-grid {
3232
height: 100%;
33-
border: none;
3433
}
3534

3635
.panel.details.layer .name-column .icon {
@@ -60,7 +59,6 @@
6059
height: var(--console-prompt-min-height);
6160
width: 100%;
6261
border-top: 1px solid var(--border-color);
63-
background-color: white;
6462
}
6563

6664
.panel.details.layer .bottom-bar > div {

Source/WebInspectorUI/UserInterface/Views/LayerTreeDetailsSidebarPanel.css

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
height: var(--console-prompt-min-height);
6161
width: 100%;
6262
border-top: 1px solid var(--border-color);
63-
background-color: white;
6463
}
6564

6665
.panel.details.layer-tree .bottom-bar > div {

0 commit comments

Comments
 (0)