mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
ui: remove legacy CSS selectors
Now that we bumped the gtk+ requirement, we can remove the old CSS selectors that are obsolete.
This commit is contained in:
@ -1,19 +1,14 @@
|
|||||||
GtkPopover GtkListBox GtkListBoxRow,
|
|
||||||
GtkPaned GtkListBox GtkListBoxRow,
|
|
||||||
paned list row,
|
paned list row,
|
||||||
popover list row {
|
popover list row {
|
||||||
padding: 6px 10px 6px 10px;
|
padding: 6px 10px 6px 10px;
|
||||||
border-bottom: 1px solid alpha(@borders, 0.2);
|
border-bottom: 1px solid alpha(@borders, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkPopover GtkListBox GtkListBoxRow:last-child,
|
|
||||||
GtkPaned GtkListBox GtkListBoxRow:last-child,
|
|
||||||
paned list row:last-child,
|
paned list row:last-child,
|
||||||
popover list row:last-child {
|
popover list row:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkPopover SpScrolledWindow,
|
|
||||||
popover scrolledwindow {
|
popover scrolledwindow {
|
||||||
border-top: 1px solid alpha(@borders, 0.75);
|
border-top: 1px solid alpha(@borders, 0.75);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user