Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4806 from johnamiahford/john/fix-highlight-active…
Browse files Browse the repository at this point in the history
…line

Remove important override to allow theme styling of highlight active lin...
  • Loading branch information
RaymondLim committed Aug 21, 2013
2 parents 00587bb + cc9fcd2 commit aecaa1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/brackets_codemirror_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@code-padding: 15px;

.CodeMirror-focused .CodeMirror-activeline-background {
background: @activeline-bgcolor !important;
background: @activeline-bgcolor;
}

.cm-s-default {
Expand Down Expand Up @@ -182,10 +182,10 @@
}

.CodeMirror-focused .CodeMirror-activeline-background {
background: darken(@activeline-bgcolor, @bc-color-step-size / 2) !important;
background: darken(@activeline-bgcolor, @bc-color-step-size / 2);
}
&.CodeMirror-focused .CodeMirror .CodeMirror-activeline-background {
background: transparent !important;
background: transparent;
}
}

Expand Down

0 comments on commit aecaa1c

Please sign in to comment.