[libadwaita/libadwaita-1-0] stylesheet: Don't override progressbar.osd text color



commit e8a374d75058d7d6686937b16ba99112cd5e9b1c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 24 04:04:41 2022 +0400

    stylesheet: Don't override progressbar.osd text color
    
    An unfortunate byproduct of sharing the .osd name with other .osd styles.
    
    See https://gitlab.gnome.org/World/amberol/-/merge_requests/63
    
    
    (cherry picked from commit bab0f4d594dbfbe751dcb57af662779fc2e6ef8e)
    
    (cherry picked from commit 14822b0044d7a7c7f5e5a80316714d71de66b767)

 src/stylesheet/widgets/_progress-bar.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_progress-bar.scss b/src/stylesheet/widgets/_progress-bar.scss
index 6c345091..8386f952 100644
--- a/src/stylesheet/widgets/_progress-bar.scss
+++ b/src/stylesheet/widgets/_progress-bar.scss
@@ -56,10 +56,12 @@ progressbar {
     }
   }
 
-  &.osd { // progressbar.osd used for epiphany page loading progress
+  &.osd {
+    // Thin progress bar with no trough, usually goes under the header bar
     min-width: 2px;
     min-height: 2px;
     background-color: transparent;
+    color: inherit;
 
     > trough {
       border-style: none;


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