Repository: couchdb-fauxton Updated Branches: refs/heads/master 14b0901df -> 2bcd85d88
tweaking hover color for attachment links Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/2bcd85d8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/2bcd85d8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/2bcd85d8 Branch: refs/heads/master Commit: 2bcd85d883e9cc8cff032a52daa0787c19031537 Parents: 14b0901 Author: Ryan Millay <[email protected]> Authored: Thu Jan 5 16:01:22 2017 -0500 Committer: Garren Smith <[email protected]> Committed: Wed Jan 11 17:14:15 2017 +0200 ---------------------------------------------------------------------- app/addons/documents/assets/less/doc-editor.less | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2bcd85d8/app/addons/documents/assets/less/doc-editor.less ---------------------------------------------------------------------- diff --git a/app/addons/documents/assets/less/doc-editor.less b/app/addons/documents/assets/less/doc-editor.less index 6c13b5f..ad14715 100644 --- a/app/addons/documents/assets/less/doc-editor.less +++ b/app/addons/documents/assets/less/doc-editor.less @@ -11,6 +11,7 @@ // the License. @import "../../../../../assets/less/mixins.less"; +@import "../../../../../assets/less/variables.less"; #dashboard.doc-editor-page { @@ -175,6 +176,9 @@ max-width: 540px; text-align: left; overflow: hidden; + a:hover { + color: @hoverRed; + } } #editor-container div.string-editor-modal {
