Fix class naming for code consistency

This commit is contained in:
fredericodietz 2016-01-06 22:53:48 -02:00
parent 2177135049
commit ed2d9fb875

View File

@ -32,7 +32,7 @@ input[type='submit']
color: $color-initial color: $color-initial
outline: 0 outline: 0
&.disabled, &.button-disabled,
&[disabled] &[disabled]
opacity: .5 opacity: .5
cursor: default cursor: default
@ -52,8 +52,8 @@ input[type='submit']
background-color: transparent background-color: transparent
border-color: $color-secondary border-color: $color-secondary
&[disabled], &.button-disabled,
&.disabled &[disabled]
&:hover, &:hover,
&:focus &:focus
color: $color-primary color: $color-primary
@ -70,7 +70,7 @@ input[type='submit']
background-color: transparent background-color: transparent
border-color: transparent border-color: transparent
&.disabled, &.button-disabled,
&[disabled] &[disabled]
&:hover, &:hover,
&:focus &:focus