mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Remove unused custom color definition from styles.css for cleaner code
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user