From d85d3f2f548058c6dc663037069957a8a532ed77 Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Thu, 9 Jun 2016 18:05:20 +0200 Subject: [PATCH] * Implement stackswitcher circular button. (#476) --- gtk-3.20/scss/widgets/_misc.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk-3.20/scss/widgets/_misc.scss b/gtk-3.20/scss/widgets/_misc.scss index 0057cb2..0fb12a2 100644 --- a/gtk-3.20/scss/widgets/_misc.scss +++ b/gtk-3.20/scss/widgets/_misc.scss @@ -277,7 +277,11 @@ ******************/ @include exports("stackswitcher") { - stackswitcher button.text-button { min-width: 90px; } // FIXME aggregate with buttons + stackswitcher button { + &.text-button { min-width: 90px; } // FIXME aggregate with buttons + + &.circular { min-width: 0; } // FIXME aggregate with buttons + } }