Skip to content

Commit

Permalink
MD Editor: Fixed lack of toolbar BG when in fullscreen
Browse files Browse the repository at this point in the history
For #4641
  • Loading branch information
ssddanbrown committed Nov 2, 2023
1 parent 02d1401 commit 9dd05b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/sass/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ html.markdown-editor-display.dark-mode {
font-size: 11px;
line-height: 1.6;
border-bottom: 1px solid #CCC;
//background-color: var(--color-primary-light);
@include lightDark(background-color, #FFF, #333);
@include lightDark(border-color, #CCC, #000);
flex: none;
@include whenDark {
Expand Down

0 comments on commit 9dd05b8

Please sign in to comment.