Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fix code editor tabs visual bug in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Mammad900 committed Feb 13, 2021
1 parent 07b75a9 commit 2471ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/code-editor/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
z-index: 3;
}

#code-editor #codeParts span code {
font-family: consolas, "courier new", monospace;
}

#code-editor #codeParts span:hover:not([data-selected=true]) {
background: var(--toolbar-menuitem-hover);
}
Expand Down

0 comments on commit 2471ca6

Please sign in to comment.