[gnome-games] css: Cleanups
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] css: Cleanups
- Date: Tue, 14 Jan 2020 22:14:24 +0000 (UTC)
commit f1dc26754a0dc372626301aa13aa67ae3a402c01
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Jan 15 03:13:41 2020 +0500
css: Cleanups
Oops. Fix indentation and remove a redundant rule.
data/gtk-style.css | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index db4827ac..acbc0bee 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -74,10 +74,6 @@ gamesflashbox {
background: none;
}
-list.rounded {
- border-radius: 5px;
-}
-
box.sidebar,
box.sidebar > list {
transition: all 200ms;
@@ -103,19 +99,19 @@ list.rounded,
}
list.rounded row:first-child,
-.folded box.sidebar > list row:first-child {
- border-top-left-radius: 6px;
- border-top-right-radius: 6px;
- -gtk-outline-top-left-radius: 6px;
- -gtk-outline-top-right-radius: 6px;
+ .folded box.sidebar > list row:first-child {
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
+ -gtk-outline-top-left-radius: 6px;
+ -gtk-outline-top-right-radius: 6px;
}
list.rounded row:last-child,
.folded box.sidebar > list row:last-child {
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
- -gtk-outline-bottom-left-radius: 6px;
- -gtk-outline-bottom-right-radius: 6px;
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ -gtk-outline-bottom-left-radius: 6px;
+ -gtk-outline-bottom-right-radius: 6px;
}
list.rounded:backdrop,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]