mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 18:27:38 +01:00
snippets - remove unused css
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
.monaco-editor.vs .new-snippet { background-color: rgba(10, 50, 150, 0.1); }
|
||||
.monaco-editor.vs-dark .new-snippet { background-color: rgba(100, 105, 110, 0.1); }
|
||||
.monaco-editor.hc-black .new-snippet { background-color: rgba(100, 105, 110, 0.1); }
|
||||
|
||||
.monaco-editor.vs .snippet-placeholder { background-color: rgba(10, 50, 100, 0.1); }
|
||||
.monaco-editor.vs-dark .snippet-placeholder { background-color: rgba(124, 124, 124, 0.1); }
|
||||
.monaco-editor.hc-black .snippet-placeholder { background-color: rgba(124, 124, 124, 0.1); }
|
||||
|
||||
Reference in New Issue
Block a user