Skip to content

Commit

Permalink
Fix: Standardize Switch Disabled styling
Browse files Browse the repository at this point in the history
Added disabled styling to standardize behaviour.
  • Loading branch information
jacrys committed Oct 17, 2018
1 parent ca045db commit 606f21b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/vsCollapse/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
border-bottom: 1px solid rgba(0,0,0,.04)
transition: all .25s ease
&.disabledx
opacity .5
pointer-events: none
opacity: $vs-disabled-opacity;
cursor: default;
pointer-events: none;
z-index: 999;
header
display: block
padding: 10px
Expand Down

0 comments on commit 606f21b

Please sign in to comment.