This repository was archived by the owner on Nov 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +699
-744
lines changed Expand file tree Collapse file tree 6 files changed +699
-744
lines changed Original file line number Diff line number Diff line change 12
12
"corejs-typeahead" : " ^1.3.1" ,
13
13
"d3-array" : " ^3.0.1" ,
14
14
"d3-axis" : " ^3.0.0" ,
15
- "d3-brush" : " ^2.1 .0" ,
15
+ "d3-brush" : " ^3.0 .0" ,
16
16
"d3-fetch" : " ^3.0.1" ,
17
17
"d3-format" : " ^3.0.0" ,
18
18
"d3-geo" : " ^3.0.1" ,
22
22
"d3-scale-chromatic" : " ^3.0.0" ,
23
23
"d3-selection" : " ^3.0.0" ,
24
24
"d3-shape" : " ^3.0.1" ,
25
- "d3-transition" : " ^3.0.0 " ,
25
+ "d3-transition" : " ^3.0.1 " ,
26
26
"date-fns" : " ^2.22.1" ,
27
27
"date-fns-tz" : " ^1.1.4" ,
28
28
"fast-deep-equal" : " ^3.1.3" ,
Original file line number Diff line number Diff line change @@ -1187,6 +1187,7 @@ h6 {
1187
1187
fill : #a6abb0 ;
1188
1188
stroke : #a6abb0 ;
1189
1189
stroke-width : 0.5 ;
1190
+ user-select : none ;
1190
1191
width : 16px ;
1191
1192
1192
1193
& :hover {
@@ -1749,16 +1750,10 @@ h6 {
1749
1750
background : $pink-light ;
1750
1751
border-radius : 5px ;
1751
1752
color : $pink ;
1752
- cursor : pointer ;
1753
1753
display : flex ;
1754
1754
flex-direction : row ;
1755
1755
margin-bottom : 0.5rem ;
1756
1756
padding : 0.5rem ;
1757
- user-select : none ;
1758
-
1759
- & :hover {
1760
- background : $pink-hover ;
1761
- }
1762
1757
1763
1758
div {
1764
1759
font-size : 13px ;
@@ -1910,6 +1905,7 @@ abbr {
1910
1905
height : 2.5rem ;
1911
1906
justify-content : center ;
1912
1907
margin-right : 0.25rem ;
1908
+ user-select : none ;
1913
1909
width : 2.5rem ;
1914
1910
1915
1911
svg {
@@ -2501,6 +2497,7 @@ abbr {
2501
2497
cursor : pointer ;
2502
2498
position : absolute ;
2503
2499
right : 0 ;
2500
+ user-select : none ;
2504
2501
z-index : 999 ;
2505
2502
2506
2503
svg {
@@ -2838,6 +2835,7 @@ abbr {
2838
2835
height : 2.5rem ;
2839
2836
justify-content : center ;
2840
2837
margin-left : 0.25rem ;
2838
+ user-select : none ;
2841
2839
width : 2.5rem ;
2842
2840
2843
2841
& .back {
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ function Home() {
174
174
< div
175
175
className = { classnames ( 'home-right' , { expanded : expandTable } ) }
176
176
ref = { homeRightElement }
177
- style = { { minHeight : '2rem ' } }
177
+ style = { { minHeight : '4rem ' } }
178
178
>
179
179
{ ( isVisible || location . hash ) && (
180
180
< >
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ function MapExplorer({
301
301
</ Tooltip >
302
302
303
303
{ mapMeta . mapType === MAP_TYPES . COUNTRY && (
304
- < Tooltip message = { 'Toggle districts/ states' } hold >
304
+ < Tooltip message = { 'Toggle between states/districts ' } hold >
305
305
< div
306
306
className = { classnames ( 'toggle' , 'boundary fadeInUp' , {
307
307
'is-highlighted' : isDistrictView ,
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ function Table({
241
241
< div className = "Table" >
242
242
< div className = "table-top" >
243
243
< div className = "table-top-left" >
244
- < Tooltip message = { 'Toggle districts/ states' } hold >
244
+ < Tooltip message = { 'Toggle between states/districts ' } hold >
245
245
< animated . div
246
246
className = { classnames ( 'toggle' , 'option-toggle' , {
247
247
'is-highlighted' : showDistricts ,
You can’t perform that action at this time.
0 commit comments