[gnome-software/wip/exalm/style-cleanups: 4/27] style: Remove backdrop styles




commit ca04990db2d66a065731399dae51332d6784194c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 16:59:31 2021 +0500

    style: Remove backdrop styles
    
    We've stopped doing those.

 src/style.css | 33 +--------------------------------
 1 file changed, 1 insertion(+), 32 deletions(-)
---
diff --git a/src/style.css b/src/style.css
index b15262566..3cd608e7e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -17,10 +17,6 @@
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
 }
 
-.installed-overlay-box:backdrop label {
-    color: @accent_fg_color;
-}
-
 .installed-icon {
        color: @accent_bg_color;
 }
@@ -33,10 +29,6 @@
        text-shadow: none;
 }
 
-.popular-installed-overlay-box:backdrop label {
-       color: @accent_fg_color;
-}
-
 .index-title-alignment-software {
        font-weight: bold;
        font-size: 125%;
@@ -92,11 +84,6 @@ sidebar row.needs-attention:selected > box > label {
        background-color: mix(@insensitive_fg_color, @theme_bg_color, 0.6);
 }
 
-.kudo-pill:disabled:backdrop {
-       color: @theme_unfocused_bg_color;
-       background-color: mix(@insensitive_fg_color, @theme_unfocused_bg_color, 0.8);
-}
-
 .onlyjustvisible:disabled {
        opacity: 0.25;
 }
@@ -157,10 +144,6 @@ summary-tile {
   background-color: mix(@theme_fg_color, @theme_base_color, 0.95);
 }
 
-.view.tile:backdrop:hover, .category-tile.category-tile-iconless:backdrop:hover {
-  background-color: transparent;
-}
-
 .view.tile:active, .category-tile.category-tile-iconless:active {
   box-shadow: inset 0 2px 2px -2px mix(black, transparent, 0.8);
 }
@@ -302,11 +285,6 @@ clamp.large .category-tile:not(.category-tile-iconless) {
        color: @theme_fg_color;
 }
 
-.featured-tile:backdrop label {
-       color: inherit;
-       text-shadow: none;
-}
-
 .featured-tile label.title-1 {
        margin-top: 6px;
        margin-bottom: 6px;
@@ -391,12 +369,9 @@ clamp.large .category-tile:not(.category-tile-iconless) {
 }
 
 /* this is the separator between yes and no vote buttons, gtk+ 3.20 only */
-.review-row .vote-buttons button:not(:first-child):not(:hover):not(:active):not(:backdrop) {
+.review-row .vote-buttons button:not(:first-child):not(:hover):not(:active) {
        border-image: linear-gradient(to top, @borders, @borders) 0 0 0 1 / 5px 0 5px 1px;
 }
-.review-row .vote-buttons button:not(:first-child):backdrop {
-       border-image: linear-gradient(to top, @unfocused_borders, @unfocused_borders) 0 0 0 1 / 5px 0 5px 1px;
-}
 
 review-bar {
        background-image: none;
@@ -489,8 +464,6 @@ star-image {
    excluding with :not() */
 .category-sidebar:not(.undershoot):not(.overshoot) { background-color: @theme_base_color; }
 
-.category-sidebar:backdrop:not(.undershoot):not(.overshoot) { background-color: @theme_unfocused_base_color; 
}
-
 /* padding removal */
 .list-box-app-row {
        padding: 0px;
@@ -674,10 +647,6 @@ clamp.status-page .icon {
   min-width: 128px;
 }
 
-clamp.status-page .icon:backdrop {
-  color: alpha(@theme_unfocused_fg_color, 0.5);
-}
-
 clamp.status-page .icon:not(:last-child) {
   margin-bottom: 36px;
 }


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