Skip to content

Commit 95d6e98

Browse files
authored
Remove unused CSS for editor toolbar which has been unshipped (#1251)
1 parent 399c9ed commit 95d6e98

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

mesop/web/src/app/styles.scss

-12
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,10 @@ body {
182182
@include mat.all-component-themes($light-theme);
183183
@include mat.color-variants-backwards-compatibility($light-theme);
184184
@include mat.system-level-colors($light-theme);
185-
186-
--mesop-editor-toolbar-background-rgb: 240, 237, 241;
187185
}
188186

189187
body.dark-theme {
190188
@include mat.system-level-colors($dark-theme);
191-
192-
--mesop-editor-toolbar-background-rgb: 31, 31, 35;
193189
}
194190

195191
$density-scales: (-1, -2, -3, -4);
@@ -213,8 +209,6 @@ body {
213209
// Use system font.
214210
font-family: var(--default-font-family);
215211
-webkit-font-smoothing: antialiased;
216-
217-
--mat-dialog-container-max-width: calc(90vw);
218212
}
219213

220214
* {
@@ -406,12 +400,6 @@ mesop-markdown {
406400
}
407401
}
408402

409-
// Styles needed for the editor toolbar.
410-
411-
.floating-editor-toolbar-autocomplete {
412-
--mat-option-label-text-size: 0.9rem;
413-
}
414-
415403
/*
416404
Modified from: https://github.com/highlightjs/highlight.js/blob/main/src/styles/xcode.css
417405

0 commit comments

Comments
 (0)