mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 02:05:25 +01:00
No text selection for labels
This commit is contained in:
parent
4a8520c36d
commit
1d05ea000d
1 changed files with 23 additions and 22 deletions
|
@ -14,6 +14,7 @@ const label = {
|
|||
...base,
|
||||
width: '40%',
|
||||
color: theme.colors.lowgray,
|
||||
userSelect: 'none',
|
||||
}
|
||||
|
||||
const property = {
|
||||
|
|
Loading…
Reference in a new issue