[sysprof/wip/visualizers] ui: remove legacy CSS selectors
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/visualizers] ui: remove legacy CSS selectors
- Date: Sun, 25 Sep 2016 19:22:33 +0000 (UTC)
commit 7d0cce7bdfdd1a42505ba6c8d115cbf1c1b08a3e
Author: Christian Hergert <chergert redhat com>
Date: Sun Sep 25 12:21:56 2016 -0700
ui: remove legacy CSS selectors
Now that we bumped the gtk+ requirement, we can remove the old
CSS selectors that are obsolete.
src/resources/theme/shared.css | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/resources/theme/shared.css b/src/resources/theme/shared.css
index 927d05b..b7c73f1 100644
--- a/src/resources/theme/shared.css
+++ b/src/resources/theme/shared.css
@@ -1,19 +1,14 @@
-GtkPopover GtkListBox GtkListBoxRow,
-GtkPaned GtkListBox GtkListBoxRow,
paned list row,
popover list row {
padding: 6px 10px 6px 10px;
border-bottom: 1px solid alpha(@borders, 0.2);
}
-GtkPopover GtkListBox GtkListBoxRow:last-child,
-GtkPaned GtkListBox GtkListBoxRow:last-child,
paned list row:last-child,
popover list row:last-child {
border-bottom: none;
}
-GtkPopover SpScrolledWindow,
popover scrolledwindow {
border-top: 1px solid alpha(@borders, 0.75);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]