[geany/geany-osx] 42d3eb: Fix enabled toolbar buttons and remove box-shadow for performance reasons

Jiří Techet git-noreply at xxxxx
Fri Nov 19 00:03:05 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Fri, 19 Nov 2021 00:03:05 UTC
Commit:      42d3eb1c8dfd3b8fc5c671060b1f8acd8e784b98
             https://github.com/geany/geany-osx/commit/42d3eb1c8dfd3b8fc5c671060b1f8acd8e784b98

Log Message:
-----------
Fix enabled toolbar buttons and remove box-shadow for performance reasons


Modified Paths:
--------------
    Prof-Gnome/gtk-3.0/main-dark.css
    Prof-Gnome/gtk-3.0/main-light.css

Modified: Prof-Gnome/gtk-3.0/main-dark.css
8 lines changed, 7 insertions(+), 1 deletions(-)
===================================================================
@@ -627,6 +627,13 @@ button:checked
         box-shadow: inset 0 1px 1px alpha(@shadows_dark, 0.12),
                     0 1px 2px alpha(@shadows_dark, 0.02);
 }
+button:checked:hover,
+button:checked
+{ 
+      border-color: @borders;
+  background-image: image(#777777);
+        box-shadow: none;
+}
 notebook > header > tabs > arrow:active, 
 notebook > header > tabs > arrow:checked
 { 
@@ -1367,7 +1374,6 @@ stacksidebar row.needs-attention > label:dir(rtl)
                  color: @text_color;
           
          border-color: @borders; 
-           box-shadow: inset 0 1px 1px alpha(@shadows_dark, 0.08);
      background-image: linear-gradient(shade(@button_color,0.96),
                                              @button_color);
      


Modified: Prof-Gnome/gtk-3.0/main-light.css
8 lines changed, 7 insertions(+), 1 deletions(-)
===================================================================
@@ -625,6 +625,13 @@ button:checked
         box-shadow: inset 0 1px 1px alpha(@shadows_dark, 0.06), 
                     0 1px 2px alpha(@shadows_dark, 0.02);
 }
+button:checked:hover,
+button:checked
+{ 
+      border-color: @borders;
+  background-image: image(#999999);
+        box-shadow: none;
+}
 notebook > header > tabs > arrow:active, 
 notebook > header > tabs > arrow:checked
 { 
@@ -1365,7 +1372,6 @@ stacksidebar row.needs-attention > label:dir(rtl)
                  color: @text_color;
           
          border-color: @borders; 
-           box-shadow: inset 0 1px 1px alpha(@shadows_dark, 0.08);
      background-image: linear-gradient(shade(@button_color,0.96),
                                              @button_color);
      



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list