Remove deprecated +button-rounded-filled mixin

We now use just 'button', as roundness and filled are configurable
This commit is contained in:
2016-11-02 16:36:47 +01:00
parent 9ac2f38042
commit 80601f75ed
10 changed files with 44 additions and 79 deletions

View File

@@ -796,7 +796,7 @@ label, label.control-label
margin-right: 10px
.fieldlist-action-button
@include button-rounded($color-success, 3px)
+button($color-success, 3px)
margin: 0 0 0 10px
padding: 5px 10px
text-transform: initial