Skip to content

Commit

Permalink
Removed pointer to make Slider more Windows-like
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Aug 25, 2019
1 parent 467c94a commit d7f9a62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/css/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
box-sizing: content-box;
border-radius: 20px;
background: var(--system-accent-color);
cursor: pointer;
margin-top: -12px;
z-index: 3;
position: relative;
Expand All @@ -67,7 +66,6 @@
&::-webkit-slider-runnable-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-track-color);
border-radius: 0px;
transition: background 0.1s;
Expand All @@ -77,10 +75,8 @@

}

::-webkit-slider-container {
&::-webkit-slider-container {
padding: 7px 0;
background: #ff000000;
cursor: pointer;
}

&:focus::-webkit-slider-runnable-track {
Expand Down

0 comments on commit d7f9a62

Please sign in to comment.