Remove unused custom color definition from styles.css for cleaner code

This commit is contained in:
mrleemurray
2026-01-16 16:59:00 +00:00
parent e4223fc0bf
commit 8a2c71b626

View File

@@ -5,11 +5,6 @@
/* Stealth Shadows - shadow-based depth for UI elements, controlled by workbench.stealthShadows.enabled */
/* styles.css */
.monaco-workbench {
--my-custom-color: blue;
}
/* Activity Bar */
.monaco-workbench .part.activitybar { box-shadow: 0 0 6px rgba(0, 0, 0, 0.08); z-index: 50; position: relative; }
.monaco-workbench.activitybar-right .part.activitybar { box-shadow: 0 0 6px rgba(0, 0, 0, 0.08); }