* Implement stackswitcher circular button. (#476)

This commit is contained in:
Csaba Jakosa
2016-06-09 11:05:20 -05:00
committed by Dustin Falgout
parent 4ce96295f6
commit d85d3f2f54
+5 -1
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
}
}