[gtk/gtk-3-24: 2/2] Merge branch 'adwaita-fix-gtk-3-24' into 'gtk-3-24'



commit 11187089769a1ddc8a25aa42d1a5fb1477197ae5
Merge: da7b0af94b 7fd126e2af
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jun 24 12:40:01 2020 +0000

    Merge branch 'adwaita-fix-gtk-3-24' into 'gtk-3-24'
    
    Remove .tile from checkbox style selector
    
    See merge request GNOME/gtk!2018

 gtk/theme/Adwaita/_common.scss           |   2 +-
 gtk/theme/Adwaita/gtk-contained-dark.css | 116 +++++++++++++++----------------
 gtk/theme/Adwaita/gtk-contained.css      | 116 +++++++++++++++----------------
 3 files changed, 117 insertions(+), 117 deletions(-)
---
diff --cc gtk/theme/Adwaita/gtk-contained-dark.css
index d429d78391,46c4d19467..e370d7aa4e
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@@ -899,11 -899,11 +899,11 @@@ notebook > header > tabs > arrow:hover:
  
  notebook > header > tabs > arrow:disabled { border-color: transparent; background-color: transparent; 
background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: 
none; }
  
 -notebook > header tab { min-height: 30px; min-width: 30px; padding: 3px 12px; outline-offset: -5px; color: 
#919190; font-weight: bold; border-width: 1px; border-color: transparent; }
 +notebook > header tab { min-height: 30px; min-width: 30px; padding: 3px 12px; outline-offset: -5px; color: 
#eeeeec; font-weight: normal; border-width: 1px; border-color: transparent; }
  
 -notebook > header tab:hover { color: #c0c0be; }
 +notebook > header tab:hover { color: #eeeeec; background-color: #2b2b2b; }
  
- notebook > header tab:hover.reorderable-page { border-color: rgba(27, 27, 27, 0.3); background-color: 
rgba(53, 53, 53, 0.2); }
+ notebook > header tab.reorderable-page:hover { border-color: rgba(27, 27, 27, 0.3); background-color: 
rgba(53, 53, 53, 0.2); }
  
  notebook > header tab:backdrop { color: #6c6c6c; }
  
diff --cc gtk/theme/Adwaita/gtk-contained.css
index afc8669cd6,b4aeb812cc..8c271b7cd5
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@@ -907,11 -907,11 +907,11 @@@ notebook > header > tabs > arrow:hover:
  
  notebook > header > tabs > arrow:disabled { border-color: transparent; background-color: transparent; 
background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: 
none; }
  
 -notebook > header tab { min-height: 30px; min-width: 30px; padding: 3px 12px; outline-offset: -5px; color: 
#929595; font-weight: bold; border-width: 1px; border-color: transparent; }
 +notebook > header tab { min-height: 30px; min-width: 30px; padding: 3px 12px; outline-offset: -5px; color: 
#2e3436; font-weight: normal; border-width: 1px; border-color: transparent; }
  
 -notebook > header tab:hover { color: #606566; }
 +notebook > header tab:hover { color: #2e3436; background-color: #edebe9; }
  
- notebook > header tab:hover.reorderable-page { border-color: rgba(205, 199, 194, 0.3); background-color: 
rgba(246, 245, 244, 0.2); }
+ notebook > header tab.reorderable-page:hover { border-color: rgba(205, 199, 194, 0.3); background-color: 
rgba(246, 245, 244, 0.2); }
  
  notebook > header tab:backdrop { color: #babbbb; }
  


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