mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: .bullet-container should not be event target
This commit is contained in:
@@ -311,17 +311,20 @@
|
||||
transition: transform .2s;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.bullet {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
|
||||
&.bullet-closed {
|
||||
background-color: var(--ls-block-bullet-border-color, #ced9e0);
|
||||
}
|
||||
}
|
||||
|
||||
a > .bullet-container {
|
||||
/* fix the bullet element sometimes becomes a click event */
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
a:hover > .bullet-container .bullet {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.doc-mode {
|
||||
margin-left: -16px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user