disable bold style if font doesn't support it

This commit is contained in:
nightwing 2012-10-01 19:29:04 +04:00
commit c6523b8fea
3 changed files with 23 additions and 14 deletions

View file

@ -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;
}