File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
14
2017-10-18 Fujii Hironori <
[email protected] >
2
15
3
16
[GTK] Web Inspector: Add Layers.svg
Original file line number Diff line number Diff line change 30
30
31
31
.panel .details .layer .data-grid {
32
32
height : 100% ;
33
- border : none;
34
33
}
35
34
36
35
.panel .details .layer .name-column .icon {
60
59
height : var (--console-prompt-min-height );
61
60
width : 100% ;
62
61
border-top : 1px solid var (--border-color );
63
- background-color : white;
64
62
}
65
63
66
64
.panel .details .layer .bottom-bar > div {
Original file line number Diff line number Diff line change 60
60
height : var (--console-prompt-min-height );
61
61
width : 100% ;
62
62
border-top : 1px solid var (--border-color );
63
- background-color : white;
64
63
}
65
64
66
65
.panel .details .layer-tree .bottom-bar > div {
You can’t perform that action at this time.
0 commit comments