修复鼠标显示状态

pull/459/head
lyswhut 2021-03-04 14:33:23 +08:00
parent 90d9e9b911
commit 0808d77a2d
1 changed files with 15 additions and 4 deletions

View File

@ -322,11 +322,9 @@ export default {
height: 100%;
overflow: hidden;
font-size: 16px;
cursor: grab;
color: @color-theme-lyric;
&.draging {
cursor: grabbing;
}
cursor: move;
:global {
.lrc-content {
line-height: 1.2;
@ -337,6 +335,10 @@ export default {
display: inline-block;
}
.font, .translation {
cursor: grab;
}
.translation {
transition: @transition-theme !important;
transition-property: font-size, color;
@ -420,6 +422,15 @@ export default {
// -webkit-text-stroke: thin #124628;
}
}
.draging {
:global {
.lrc-content {
.font, .translation {
cursor: grabbing;
}
}
}
}
.lrc-active-zoom {
:global {
.lrc-content {