Ajust snap color

old
Javi Velasco 2015-07-19 21:32:00 +02:00
parent 2b3cc842bc
commit 873c980977
1 changed files with 6 additions and 1 deletions

View File

@ -110,7 +110,7 @@ RANGE_SIDE_SEPARATION = 20px
content: ""
position: absolute
top: 0
background-color: #ff9800
background-color: SECONDARY
left: 0
width: 26px
height: 26px
@ -170,6 +170,11 @@ RANGE_SIDE_SEPARATION = 20px
transition: left 0.18s ease, width 0.18s ease
width: calc(100% - 4px)
&.pinned
[data-component-slider-knob-inner]
&:before
background-color: #c8c8c8
// This is just if we want to do something with it
&.dragging
[data-component-slider-knob]