update src to correct lint issue

This commit is contained in:
Jack McNicol
2016-08-01 15:34:03 +09:30
parent 36cf700762
commit 926e8c7ba9
5 changed files with 30 additions and 37 deletions

View File

@@ -33,8 +33,8 @@ input[type='submit']
&.button-disabled,
&[disabled]
opacity: .5
cursor: default
opacity: .5
&:hover,
&:focus
@@ -42,33 +42,33 @@ input[type='submit']
border-color: $color-primary
&.button-outline
color: $color-primary
background-color: transparent
color: $color-primary
&:hover,
&:focus
color: $color-secondary
background-color: transparent
border-color: $color-secondary
color: $color-secondary
&.button-disabled,
&[disabled]
&:hover,
&:focus
color: $color-primary
border-color: inherit
color: $color-primary
&.button-clear
color: $color-primary
background-color: transparent
border-color: transparent
color: $color-primary
&:hover,
&:focus
color: $color-secondary
background-color: transparent
border-color: transparent
color: $color-secondary
&.button-disabled,
&[disabled]