* Implement stackswitcher circular button.
parent
8c5fbffa13
commit
ace750a003
gtk-3.20/scss/widgets
|
@ -277,7 +277,11 @@
|
||||||
******************/
|
******************/
|
||||||
|
|
||||||
@include exports("stackswitcher") {
|
@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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue