[gnome-sound-recorder/wip/exalm/polish: 4/8] style: Stop overriding row border-radius




commit e02e7fb162d63b8e6f1370ddbef78205833a0592
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]