Skip to content

Commit 91bf1e6

Browse files
committed
Adjust stylng of find box
1 parent e75a977 commit 91bf1e6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

client/images/exit.svg

Lines changed: 1 addition & 1 deletion
Loading

client/styles/components/_editor.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,10 @@ pre.CodeMirror-line {
120120
width: 100%;
121121
margin-bottom: #{12 / $base-font-size}rem;
122122
@include themify() {
123-
background-color: getThemifyVariable('search-background-color');
123+
color: getThemifyVariable('input-text-color');
124+
background-color: getThemifyVariable('input-secondary-background-color');
124125
border: solid 0.5px getThemifyVariable('button-border-color');
125126
}
126-
&:focus {
127-
background-color: $white;
128-
}
129127
}
130128

131129
.CodeMirror-search-count {

0 commit comments

Comments
 (0)