Add !important back to .cm-searching and .cm-trailingspace
Those were removed in change I907068f45, causing search results and trailing whitespaces to not be highlighted in intraline diff chunks. Change-Id: Ica8f8611cecdd34f0013fa5d3a67929cb1cb139d
This commit is contained in:
committed by
David Pursehouse
parent
4554d27f27
commit
ba85346117
@@ -62,11 +62,11 @@
|
||||
}
|
||||
|
||||
.cm-searching {
|
||||
background-color: #ffa;
|
||||
background-color: #ffa !important;
|
||||
}
|
||||
|
||||
.cm-trailingspace {
|
||||
background-color: red;
|
||||
background-color: red !important;
|
||||
}
|
||||
|
||||
/* Line length margin displayed at NN columns to provide
|
||||
|
||||
Reference in New Issue
Block a user