1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 11:18:42 +02:00

Fine tune CSS style for errors

This commit is contained in:
Raymond Hill 2023-04-01 18:11:41 -04:00
parent 13085eb08a
commit dd8031a508
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -84,8 +84,7 @@
.cm-theme-override .cm-s-default .cm-error,
.CodeMirror-linebackground.error {
background-color: var(--sf-error-surface);
text-decoration: underline var(--sf-error-ink);
text-underline-position: under;
text-decoration: var(--sf-error-ink) dashed underline;
}
.cm-theme-override .cm-s-default .cm-link {
text-decoration: none;