修复鼠标显示状态

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