diff --git a/package.json b/package.json index 43b6e3521..b6648aa6b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "jszip": "^3.10.1", "jszip-utils": "^0.1.0", "marked": "^15.0.6", - "material-symbols": "^0.27.0", "mime-types": "^2.1.35", "node-html-parser": "^6.1.5", "oidc-client": "^1.11.5", diff --git a/src/assets/stylesheets/EditorPanel.scss b/src/assets/stylesheets/EditorPanel.scss index 8c609a430..9e4240de1 100644 --- a/src/assets/stylesheets/EditorPanel.scss +++ b/src/assets/stylesheets/EditorPanel.scss @@ -55,4 +55,10 @@ .rpf-alert { margin: 0; + + .rpf-alert__icon { + display: none; + } } + + diff --git a/src/assets/stylesheets/ExternalStyles.scss b/src/assets/stylesheets/ExternalStyles.scss index 1785f03a1..a3d506a66 100644 --- a/src/assets/stylesheets/ExternalStyles.scss +++ b/src/assets/stylesheets/ExternalStyles.scss @@ -4,5 +4,4 @@ @use "../../../node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css"; @use "../../../node_modules/prismjs/plugins/line-highlight/prism-line-highlight.css"; @use "../../../node_modules/react-toastify/dist/ReactToastify.css"; -@use "../../../node_modules/material-symbols/sharp.css"; @use "../../../node_modules/plotly.js/dist/plotly.css" as plotlyStyle; diff --git a/src/components/Editor/EditorPanel/EditorPanel.jsx b/src/components/Editor/EditorPanel/EditorPanel.jsx index 59d69020c..b2c2369e0 100644 --- a/src/components/Editor/EditorPanel/EditorPanel.jsx +++ b/src/components/Editor/EditorPanel/EditorPanel.jsx @@ -14,7 +14,6 @@ import { EditorState } from "@codemirror/state"; import { defaultKeymap, indentWithTab } from "@codemirror/commands"; import { indentationMarkers } from "@replit/codemirror-indentation-markers"; import { indentUnit } from "@codemirror/language"; -import "material-symbols"; import { html } from "@codemirror/lang-html"; import { css } from "@codemirror/lang-css"; diff --git a/src/web-component.html b/src/web-component.html index 5ae1fde18..18ae7cab7 100644 --- a/src/web-component.html +++ b/src/web-component.html @@ -51,10 +51,6 @@