修复鼠标显示状态
parent
90d9e9b911
commit
0808d77a2d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue