Skip to content

Commit 3cc7431

Browse files
committed
Correct FindAndReplace/GoToLine dialog caret color (Fixes #203)
1 parent 5fcaac5 commit 3cc7431

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/find-and-replace.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
width: 240px; height: 32px; top: -3px;
5858
font-size: large;
5959
color: #000000aa;
60+
caret-color: currentColor; /* Don't inherit from the code-input element. */
6061
border: 0;
6162
}
6263

plugins/go-to-line.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
width: 240px; height: 32px; top: -3px;
4141
font-size: large;
4242
color: #000000aa;
43+
caret-color: currentColor; /* Don't inherit from the code-input element. */
4344
border: 0;
4445
}
4546

0 commit comments

Comments
 (0)