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 @@ Editor Web component -
diff --git a/yarn.lock b/yarn.lock index e337488b9..44cd746e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3947,7 +3947,6 @@ __metadata: jszip: "npm:^3.10.1" jszip-utils: "npm:^0.1.0" marked: "npm:^15.0.6" - material-symbols: "npm:^0.27.0" mime-types: "npm:^2.1.35" mini-css-extract-plugin: "npm:0.11.3" mock-match-media: "npm:^0.4.3" @@ -16906,13 +16905,6 @@ __metadata: languageName: node linkType: hard -"material-symbols@npm:^0.27.0": - version: 0.27.0 - resolution: "material-symbols@npm:0.27.0" - checksum: 10/5601c931476f3c69d7df36c9c06c540db5e3019da6990d10b94e112f0001483137383aa9bcd385669930f2dfa602dc63bab96317295f8bb3b9ec58eb16ef31e3 - languageName: node - linkType: hard - "math-intrinsics@npm:^1.1.0": version: 1.1.0 resolution: "math-intrinsics@npm:1.1.0"