Skip to content

Commit

Permalink
Use native OS highlight colors for the editor (fixes #977)
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Mar 8, 2017
1 parent f63fd51 commit ba229a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
1. [](#improved)
* Separated user details and avatar in separate twig to allow more granular overriding in plugins [#989](https://github.com/getgrav/grav-plugin-admin/issues/989)
* Nicer layout of themes list on wider screen
* Use native OS highlight colors for the editor [#977](https://github.com/getgrav/grav-plugin-admin/issues/977)
1. [](#bugfix)
* Fixed rendering issue with Chrome and sortables collections [#1002](https://github.com/getgrav/grav-plugin-admin/issues/1002)

Expand Down
4 changes: 3 additions & 1 deletion themes/grav/css-compiled/template.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css.map

Large diffs are not rendered by default.

Empty file.
2 changes: 1 addition & 1 deletion themes/grav/scss/template/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
z-index: 1;
}
.CodeMirror-selected {
background: #ebf4ff;
background: Highlight;
}

}
Expand Down

0 comments on commit ba229a3

Please sign in to comment.