feat: Enhance popupCorrectionPanel to highlight selected elements #2
This commit is contained in:
10
styles.css
10
styles.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user