Bilibili-Evolved/registry/lib/components/video/danmaku/airborne/airborne.scss
2021-10-26 13:19:37 +08:00

10 lines
165 B
SCSS

.bilibili-player-video-danmaku {
.b-danmaku {
&.airborne {
text-decoration: underline;
cursor: pointer;
pointer-events: initial;
}
}
}