diff --git a/src/fonts/cartoIcon.eot b/src/fonts/cartoIcon.eot index 051e7c5..be364da 100644 Binary files a/src/fonts/cartoIcon.eot and b/src/fonts/cartoIcon.eot differ diff --git a/src/fonts/cartoIcon.ttf b/src/fonts/cartoIcon.ttf index c7112e7..faf23c8 100644 Binary files a/src/fonts/cartoIcon.ttf and b/src/fonts/cartoIcon.ttf differ diff --git a/src/fonts/cartoIcon.woff b/src/fonts/cartoIcon.woff index 1e0eba1..dc60bf0 100644 Binary files a/src/fonts/cartoIcon.woff and b/src/fonts/cartoIcon.woff differ diff --git a/src/scss/cdb-components/forms/sliders.scss b/src/scss/cdb-components/forms/sliders.scss index 9b76b2b..9d733ce 100644 --- a/src/scss/cdb-components/forms/sliders.scss +++ b/src/scss/cdb-components/forms/sliders.scss @@ -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 {