We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea55ab commit 622b1a2Copy full SHA for 622b1a2
2 files changed
gtk-3.20/scss/widgets/_button.scss
@@ -382,8 +382,8 @@
382
.linked.vertical > & { @include linked_vertical_button(shade($bg_color, 1.2)); }
383
384
&.circular { // FIXME: aggregate to buttons
385
- border-radius: 20px;
386
- -gtk-outline-radius: 20px;
+ border-radius: 9999px; // Fixed: https://github.com/GNOME/gtk/commit/a6409458f0d50d673a4dc370b9251993b7835b6b
+ -gtk-outline-radius: 9999px;
387
388
label { padding: 0; }
389
}
gtk-3.20/scss/widgets/_misc.scss
@@ -280,7 +280,11 @@
280
stackswitcher button {
281
&.text-button { min-width: 90px; } // FIXME aggregate with buttons
282
283
- &.circular { min-width: 0; } // FIXME aggregate with buttons
+ &.circular { // FIXME aggregate with buttons
284
+ min-width: 32px;
285
+ min-height: 32px;
286
+ padding: 0;
287
+ }
288
289
290
0 commit comments