Fix highlighting of searched text
Edited CSS to make it highlighted on active line. Change-Id: I2905ec5263d47b6f37d3f82610acc263fdc4af0b
This commit is contained in:
@@ -60,7 +60,7 @@ limitations under the License.
|
||||
}
|
||||
.activeLine .CodeMirror-linenumber,
|
||||
.activeLine .diff, .activeLine .intralineBg {
|
||||
background-color: #E0FFFF !important;
|
||||
background-color: #E0FFFF;
|
||||
}
|
||||
.activeLineBg {
|
||||
background-color: #E0FFFF !important;
|
||||
|
||||
Reference in New Issue
Block a user