This repository was archived by the owner on Nov 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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 {
@@ -1756,10 +1757,6 @@ h6 {
1756
1757
padding : 0.5rem ;
1757
1758
user-select : none ;
1758
1759
1759
- & :hover {
1760
- background : $pink-hover ;
1761
- }
1762
-
1763
1760
div {
1764
1761
font-size : 13px ;
1765
1762
font-weight : 500 ;
@@ -1910,6 +1907,7 @@ abbr {
1910
1907
height : 2.5rem ;
1911
1908
justify-content : center ;
1912
1909
margin-right : 0.25rem ;
1910
+ user-select : none ;
1913
1911
width : 2.5rem ;
1914
1912
1915
1913
svg {
@@ -2501,6 +2499,7 @@ abbr {
2501
2499
cursor : pointer ;
2502
2500
position : absolute ;
2503
2501
right : 0 ;
2502
+ user-select : none ;
2504
2503
z-index : 999 ;
2505
2504
2506
2505
svg {
@@ -2838,6 +2837,7 @@ abbr {
2838
2837
height : 2.5rem ;
2839
2838
justify-content : center ;
2840
2839
margin-left : 0.25rem ;
2840
+ user-select : none ;
2841
2841
width : 2.5rem ;
2842
2842
2843
2843
& .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