improve(pdf): add mouse selection shadow area

This commit is contained in:
charlie
2021-08-03 13:12:34 +08:00
parent be811edd60
commit 673f53bcd4
2 changed files with 85 additions and 26 deletions

View File

@@ -341,6 +341,15 @@
}
}
}
&-area-selection {
.shadow-rect {
position: absolute;
background: rgba(252, 232, 151, 1);
mix-blend-mode: multiply;
}
}
}
.hls-text-region-item {