[libadwaita/wip/exalm/stylesheet2: 55/97] stylesheet: Remove content-view.tile styles




commit b93f5816bccc72863ede15938df9af4ef58aff5d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 23:54:12 2021 +0500

    stylesheet: Remove content-view.tile styles
    
    They only exist for Photos and only work in dark variant. They should be in
    the app instead.

 src/stylesheet/_common.scss | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 7bd772d..b56814d 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -3870,21 +3870,12 @@ plane {
 // colorscale popup
 colorchooser .popover.osd { border-radius: 5px; }
 
+
 /********
  * Misc *
  ********/
 .content-view {
   background-color: darken($bg_color,7%);
-
-  .tile {
-    margin: 2px;
-    background-color: if($variant=='light', transparent, black);
-    border-radius: 0;
-    padding: 0;
-
-    &:active, &:selected { background-color: if($variant=='light', transparent, $selected_bg_color); }
-    &:disabled { background-color: if($variant=='light', transparent, $insensitive_bg_color); }
-  }
 }
 
 .scale-popup {


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