[libadwaita/wip/exalm/recoloring-fixes: 6/33] stylesheet: Remove @content_view_bg and @text_view_bg




commit 0f52cb668b9a9edae798405648e9a8710d555ea1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Sep 1 12:27:15 2021 +0500

    stylesheet: Remove @content_view_bg and @text_view_bg
    
    Those belong to apps.

 src/stylesheet/_colors-public.scss | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/src/stylesheet/_colors-public.scss b/src/stylesheet/_colors-public.scss
index 12685670..afaa3278 100644
--- a/src/stylesheet/_colors-public.scss
+++ b/src/stylesheet/_colors-public.scss
@@ -36,11 +36,3 @@ insensitive text widgets and the like base background color */
 /*
 widgets main borders color */
 @define-color borders #{$borders_color};
-
-//FIXME this is really an API
-
-/* content view background such as thumbnails view in Photos or Boxes */
-@define-color content_view_bg #{$base_color};
-
-/* Very contrasty background for text views (@theme_text_color foreground) */
-@define-color text_view_bg #{if($variant == 'light', $base_color, darken($base_color,6%))};


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