autocomplete: display autocorrected tags like aliases.

Display autocorrected tags similar to aliases, with an arrow pointing at
the corrected tag, but with a dotted underline beneath the misspelled
tag to indicate that it's misspelled.
This commit is contained in:
evazion
2020-12-13 00:45:22 -06:00
parent 6a46aeb55c
commit b002bf25f5
3 changed files with 7 additions and 1 deletions

View File

@@ -21,4 +21,8 @@
.autocomplete-arrow {
color: var(--autocomplete-arrow-color);
}
a.tag-type-autocorrect .autocomplete-antecedent {
text-decoration: dotted underline;
}
}