editor: Fix visible whitespace toggle.
This commit is contained in:
parent
e41c7fbbc7
commit
9758844da3
@ -1820,8 +1820,8 @@ function toggleVisibleWhitespace() {
|
||||
.cm-highlightTab {
|
||||
background-image: unset !important;
|
||||
}
|
||||
.cm-highlightSpace:before {
|
||||
content: unset !important;
|
||||
.cm-highlightSpace {
|
||||
background-image: unset !important;
|
||||
}
|
||||
`;
|
||||
window.localStorage.setItem('visible_whitespace', '1');
|
||||
|
Loading…
Reference in New Issue
Block a user