No need for a nbsp in the notes indicator

This commit is contained in:
Kovid Goyal 2020-08-08 12:04:06 +05:30
parent 6f80fa05cd
commit 5cfb18055f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -100,7 +100,7 @@ def apply_colors(is_content_popup):
# show a dot after highlights that have notes
text += '''\n\n
.crw-has-dot::after {
content: "\xa0";\
content: "";\
vertical-align: text-top;\
background-color: currentColor !important;\
text-decoration: none !important;\