update src to correct lint issue
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user