We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75a977 commit 91bf1e6Copy full SHA for 91bf1e6
client/images/exit.svg
client/styles/components/_editor.scss
@@ -120,12 +120,10 @@ pre.CodeMirror-line {
120
width: 100%;
121
margin-bottom: #{12 / $base-font-size}rem;
122
@include themify() {
123
- background-color: getThemifyVariable('search-background-color');
+ color: getThemifyVariable('input-text-color');
124
+ background-color: getThemifyVariable('input-secondary-background-color');
125
border: solid 0.5px getThemifyVariable('button-border-color');
126
}
- &:focus {
127
- background-color: $white;
128
- }
129
130
131
.CodeMirror-search-count {
0 commit comments