disable bold style if font doesn't support it
This commit is contained in:
parent
49a120990f
commit
c6523b8fea
3 changed files with 23 additions and 14 deletions
|
|
@ -100,7 +100,7 @@
|
|||
}
|
||||
/* bold keywords cause cursor issues for some fonts */
|
||||
/* this disables bold style for editor and keeps for static highlighter */
|
||||
.ace-github.ace_editor .ace_line > span {
|
||||
.ace-github.ace_nobold .ace_line > span {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue