mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: can't right click the bullet
This commit is contained in:
@@ -316,11 +316,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
a > .bullet-container {
|
||||
/* fix the bullet element sometimes becomes a click event */
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
a:hover > .bullet-container .bullet {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
@@ -367,4 +362,3 @@ a:hover > .bullet-container .bullet {
|
||||
.embed-header {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user