You've already forked SmartisanNote.Remake
\"feat: 优化移动端图片拖拽体验和视觉反馈\"
This commit is contained in:
@@ -20,6 +20,17 @@ body {
|
||||
|
||||
img {
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
outline-color: transparent;
|
||||
lighting-color: transparent;
|
||||
}
|
||||
::selection {
|
||||
background-color: #d3b9a7; /* 选中时的背景颜色 */
|
||||
color: #ffffff; /* 选中时的文字颜色 */
|
||||
}
|
||||
img::selection {
|
||||
background-color: transparent; /* 选中时的背景颜色 */
|
||||
color: #ffffff; /* 选中时的文字颜色 */
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user