Skip to content

Commit 9dd05b8

Browse files
committed
MD Editor: Fixed lack of toolbar BG when in fullscreen
For #4641
1 parent 02d1401 commit 9dd05b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/sass/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ html.markdown-editor-display.dark-mode {
149149
font-size: 11px;
150150
line-height: 1.6;
151151
border-bottom: 1px solid #CCC;
152-
//background-color: var(--color-primary-light);
152+
@include lightDark(background-color, #FFF, #333);
153153
@include lightDark(border-color, #CCC, #000);
154154
flex: none;
155155
@include whenDark {

0 commit comments

Comments
 (0)