fix slider first step

This commit is contained in:
piensaenpixel 2016-03-15 09:54:53 +01:00
parent fd009fd68b
commit 23dfef3d03
4 changed files with 6 additions and 29 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -39,35 +39,12 @@
.CDB-Range::-webkit-slider-thumb {
position: relative;
width: $baseSize / 2;
height: 100%;
border-radius: $baseSize / 2;
&::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: -3000px;
height: $baseSize / 4;
border-radius: $baseSize / 2;
background: $cBlue;
content: '';
}
&::after {
position: absolute;
top: -6px;
right: -6px;
left: -6px;
width: $baseSize + 4;
height: $baseSize + 4;
border: 1px solid $cBlue;
border-radius: 50%;
background: $cWhite;
content: '';
z-index: 1;
}
width: $baseSize + 4;
height: $baseSize + 4;
margin-top: -5px;
border: 1px solid $cBlue;
border-radius: 50%;
background: $cWhite;
&:focus,
&:hover {