mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复缩略图鼠标手势样式
This commit is contained in:
parent
16742f43a0
commit
b788ff94d3
@ -5,8 +5,10 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
// safari取消继承 issue #7
|
|
||||||
|
&:not(.ProseMirror-static) {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: rgba(#d14424, 0.3);
|
background-color: rgba(#d14424, 0.3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user