mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
Disable pointer-events on bookmark tooltip
This commit is contained in:
parent
39e8f03345
commit
eb0b092d17
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ li[ld-bookmark-item] {
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
pointer-events: none;
|
||||||
animation: 0.3s ease 0s appear;
|
animation: 0.3s ease 0s appear;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue