Remove class .button-disabled
This commit is contained in:
parent
deabca1bbf
commit
483467d08a
@ -24,20 +24,19 @@ input[type='submit']
|
|||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
|
||||||
&:hover,
|
&:focus,
|
||||||
&:focus
|
&:hover
|
||||||
background-color: $color-secondary
|
background-color: $color-secondary
|
||||||
border-color: $color-secondary
|
border-color: $color-secondary
|
||||||
color: $color-initial
|
color: $color-initial
|
||||||
outline: 0
|
outline: 0
|
||||||
|
|
||||||
&.button-disabled,
|
|
||||||
&[disabled]
|
&[disabled]
|
||||||
opacity: .5
|
opacity: .5
|
||||||
cursor: default
|
cursor: default
|
||||||
|
|
||||||
&:hover,
|
&:focus,
|
||||||
&:focus
|
&:hover
|
||||||
background-color: $color-primary
|
background-color: $color-primary
|
||||||
border-color: $color-primary
|
border-color: $color-primary
|
||||||
|
|
||||||
@ -45,17 +44,16 @@ input[type='submit']
|
|||||||
color: $color-primary
|
color: $color-primary
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
|
||||||
&:hover,
|
&:focus,
|
||||||
&:focus
|
&:hover
|
||||||
color: $color-secondary
|
color: $color-secondary
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
border-color: $color-secondary
|
border-color: $color-secondary
|
||||||
|
|
||||||
&.button-disabled,
|
|
||||||
&[disabled]
|
&[disabled]
|
||||||
|
|
||||||
&:hover,
|
&:focus,
|
||||||
&:focus
|
&:hover
|
||||||
color: $color-primary
|
color: $color-primary
|
||||||
border-color: inherit
|
border-color: inherit
|
||||||
|
|
||||||
@ -64,15 +62,14 @@ input[type='submit']
|
|||||||
background-color: transparent
|
background-color: transparent
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
|
|
||||||
&:hover,
|
&:focus,
|
||||||
&:focus
|
&:hover
|
||||||
color: $color-secondary
|
color: $color-secondary
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
|
|
||||||
&.button-disabled,
|
|
||||||
&[disabled]
|
&[disabled]
|
||||||
|
|
||||||
&:hover,
|
&:focus,
|
||||||
&:focus
|
&:hover
|
||||||
color: $color-primary
|
color: $color-primary
|
||||||
|
Loading…
Reference in New Issue
Block a user