Skip to content

Commit

Permalink
fix(text-select): fix text select when moving globe (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatvonRivia committed Oct 14, 2020
1 parent 1c02875 commit e587b28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
text-shadow: 0px 0px 2px $black
font-weight: normal
font-size: 1em
user-select: none

.buttons
display: flex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
height: 40%
color: white
transform: translateY(-50%)
user-select: none

.rightSided
right: emCalc(22px)
Expand Down
1 change: 1 addition & 0 deletions src/scripts/components/layers/time-slider/time-slider.styl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ compareThumb()
width: 100%
background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%)
font-size: emCalc(16px)
user-select: none

.container
position: relative
Expand Down

0 comments on commit e587b28

Please sign in to comment.