[libadwaita/wip/exalm/card: 10/14] stylesheet: Remove overlay osd overrides for toolbars




commit 754316b40019e0dd17cfc727b82ab5c7c16c61e0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 21 14:31:32 2021 +0500

    stylesheet: Remove overlay osd overrides for toolbars
    
    This was clearly added just for Totem. It can do it itself instead. And
    new mockups don't do it anyway.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=732528

 src/stylesheet/widgets/_toolbars.scss | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index b867d6dd..9394aa1f 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -115,21 +115,12 @@
   padding: 0 6px;
   border-spacing: 6px;
 
-  // on OSD
-  .osd & { background-color: transparent; }
-
   @extend %toolbar;
 
   // stand-alone OSD toolbars
   &.osd {
     padding: 8px 14px;
-    border: none;
     border-radius: $card_radius;
-
-    &.left,
-    &.right,
-    &.top,
-    &.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
   }
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]