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

@@ -520,7 +520,7 @@ $comments-width-max: 710px
min-height: 30px
transition: all 200ms ease-in-out
@include button-rounded($color-success, 6px)
+button($color-success, 6px)
position: relative
span.hint
@@ -550,7 +550,7 @@ $comments-width-max: 710px
&.button-field-error
@include button-rounded($color-danger, 6px)
+button($color-danger, 6px)
background: transparent
pointer-events: none
@@ -567,7 +567,7 @@ $comments-width-max: 710px
left: 15px
right: 15px
@include button-rounded($color-text-dark-secondary, 6px)
+button($color-text-dark-secondary, 6px)
border-color: transparent
i