12 lines
239 B
CSS
12 lines
239 B
CSS
/* Mistake types styles */
|
|
.bes-typo-mistake {
|
|
border-bottom: 2px solid red;
|
|
position: absolute;
|
|
z-index: 2;
|
|
cursor: text;
|
|
pointer-events: none;
|
|
/* text-decoration: underline;
|
|
text-decoration-color: red;
|
|
cursor: text; */
|
|
}
|