Skip to content

Commit 49745ec

Browse files
committed
style(index.less): improve z-index consistency and remove redundant pointer-events
1 parent 6581708 commit 49745ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,14 @@
201201
.linkcontroller,
202202
.summary {
203203
pointer-events: none;
204-
.selected {
205-
pointer-events: none;
206-
}
204+
z-index: 20;
207205
}
208206

209207
.summary > g,
210208
.topiclinks > g {
211209
cursor: pointer;
212210
pointer-events: stroke;
211+
z-index: 20;
213212
}
214213

215214
.lines,

0 commit comments

Comments
 (0)