Implement correction panel with highlight functionality for error display
This commit is contained in:
12
styles.css
12
styles.css
@@ -11,15 +11,19 @@
|
||||
white-space: pre-wrap;
|
||||
overflow-y: auto;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/* Mistake types styles */
|
||||
.typo-mistake {
|
||||
text-decoration: underline;
|
||||
border-bottom: 2px solid red;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
cursor: text;
|
||||
/* pointer-events: none; */
|
||||
/* text-decoration: underline;
|
||||
text-decoration-color: red;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
cursor: text; */
|
||||
}
|
||||
|
||||
.other-mistake {
|
||||
|
||||
Reference in New Issue
Block a user