Fix class naming for code consistency
This commit is contained in:
parent
2177135049
commit
ed2d9fb875
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user