Skip to content

Commit

Permalink
feat(forced-color): do not adjust the forced colors for the editor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bassettsj committed Aug 21, 2024
1 parent 214df9c commit c8f9df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/editor-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = `
direction: ltr;
text-align: left;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
forced-color-adjust: none;
}
.ace_scroller {
Expand Down

0 comments on commit c8f9df8

Please sign in to comment.