* Implement stackswitcher circular button.

pull/476/head
Megax 2016-06-09 17:10:48 +02:00
parent 8c5fbffa13
commit ace750a003
1 changed files with 5 additions and 1 deletions
gtk-3.20/scss/widgets

View File

@ -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
}
}