fix: can't right click the bullet

This commit is contained in:
Tienson Qin
2021-04-10 21:40:14 +08:00
parent ff3ac6fde8
commit 3828f7d925
2 changed files with 2 additions and 7 deletions

View File

@@ -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;
}