[gtk/wip/jimmac/vte-bg-color: 1/2] Adwaita: force circular imagebuttons to be square




commit 9d60047616661dc073ca6310193c2e18a3aaa59c
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 6 15:52:33 2020 +0200

    Adwaita: force circular imagebuttons to be square
    
    Addresses https://gitlab.gnome.org/GNOME/gnome-clocks/-/merge_requests/123#note_884741

 gtk/theme/Adwaita/_common.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index b33455d539..15e2dd6e46 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -542,6 +542,10 @@ button {
       min-width: 24px;
       padding-left: 5px;
       padding-right: 5px;
+
+      &.circular {
+         min-height: 24px;
+      }
     }
 
     &.text-button {


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