File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -182,14 +182,10 @@ body {
182
182
@include mat .all-component-themes ($light-theme );
183
183
@include mat .color-variants-backwards-compatibility ($light-theme );
184
184
@include mat .system-level-colors ($light-theme );
185
-
186
- --mesop-editor-toolbar-background-rgb : 240 , 237 , 241 ;
187
185
}
188
186
189
187
body .dark-theme {
190
188
@include mat .system-level-colors ($dark-theme );
191
-
192
- --mesop-editor-toolbar-background-rgb : 31 , 31 , 35 ;
193
189
}
194
190
195
191
$density-scales : (-1 , -2 , -3 , -4 );
@@ -213,8 +209,6 @@ body {
213
209
// Use system font.
214
210
font-family : var (--default-font-family );
215
211
-webkit-font-smoothing : antialiased ;
216
-
217
- --mat-dialog-container-max-width : calc (90vw );
218
212
}
219
213
220
214
* {
@@ -406,12 +400,6 @@ mesop-markdown {
406
400
}
407
401
}
408
402
409
- // Styles needed for the editor toolbar.
410
-
411
- .floating-editor-toolbar-autocomplete {
412
- --mat-option-label-text-size : 0.9rem ;
413
- }
414
-
415
403
/*
416
404
Modified from: https://github.com/highlightjs/highlight.js/blob/main/src/styles/xcode.css
417
405
You can’t perform that action at this time.
0 commit comments