feat: Enhance popupCorrectionPanel to highlight selected elements #2

This commit is contained in:
2025-01-13 10:27:05 +01:00
parent 7344379e85
commit ac7fe2b90e
2 changed files with 23 additions and 8 deletions

View File

@@ -15,6 +15,16 @@
cursor: text;
}
.bes-spelling-mistake.bes-mistake-highlight-selected {
background: #cc7024;
opacity: 0.5;
}
.bes-grammar-mistake.bes-mistake-highlight-selected {
background: #3691f3;
opacity: 0.5;
}
/* Styles required to ensure full functionality and optimal user experience. */
.bes-correction-panel-parent {
position: relative;