-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡Debugged Find/Replace content highlighting
Fixes #96
- Loading branch information
1 parent
5c71d5c
commit 5f33202
Showing
4 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.cm-s-obsidian span.obsidian-search-match-highlight { | ||
color: var(--md-color-text); | ||
border-radius: var(--scale-2-2); | ||
} | ||
|
||
.cm-s-obsidian span.obsidian-search-match-highlight, | ||
.is-flashing.is-flashing { | ||
background: var(--md-color-highlight-bg); | ||
color: var(--md-color-text); | ||
background: var(--md-find-highlight-bg); | ||
padding: 0px 3px; | ||
border-radius: var(--scale-2-2); | ||
border-bottom: 2px solid rgba(100, 100, 100, 0.2); | ||
box-shadow: 0px 0px 0px 1px rgba(120, 120, 120, 0.2) inset; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters