* Implement stackswitcher circular button. (#476)

pull/482/head
Csaba Jakosa 2016-06-09 18:05:20 +02:00 committed by Dustin Falgout
parent 4ce96295f6
commit d85d3f2f54
1 changed files with 5 additions and 1 deletions

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