Problem: mark markup uses "=="
Solution: remove "==" around mark
This commit is contained in:
parent
27579e841e
commit
71d957ae9b
|
@ -203,15 +203,15 @@ mark {
|
||||||
outline: 4px solid #ffff99;
|
outline: 4px solid #ffff99;
|
||||||
}
|
}
|
||||||
|
|
||||||
.root mark::before {
|
//.root mark::before {
|
||||||
content: "==";
|
// content: "==";
|
||||||
color: #999;
|
// color: #999;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
.root mark::after {
|
//.root mark::after {
|
||||||
content: "==";
|
// content: "==";
|
||||||
color: #999;
|
// color: #999;
|
||||||
}
|
//}
|
||||||
|
|
||||||
.marker, .fold {
|
.marker, .fold {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user