[gnome-sound-recorder/wip/exalm/polish: 4/8] style: Stop overriding row border-radius
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/wip/exalm/polish: 4/8] style: Stop overriding row border-radius
- Date: Sun, 21 Nov 2021 12:20:22 +0000 (UTC)
commit ee00e90c8ffc51a28b595cc57506f74048fd5070
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Nov 19 03:50:01 2021 +0500
style: Stop overriding row border-radius
No idea why it ever did that.
data/style.css | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
---
diff --git a/data/style.css b/data/style.css
index 59580da..bcc8ec0 100644
--- a/data/style.css
+++ b/data/style.css
@@ -37,21 +37,10 @@ list row label.subtitle {
list row {
margin-top: 0;
margin-bottom: 0;
- border-radius: 0;
-}
-
-list row:first-child {
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
-}
-
-list row:last-child {
- border-bottom-left-radius: 8px;
- border-bottom-right-radius: 8px;
}
list row:first-child.expanded {
- margin-top:0;
+ margin-top: 0;
}
list row:last-child.expanded {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]