mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Collapse some equivalent rules to reference files only once
This commit is contained in:
@@ -114,10 +114,12 @@
|
||||
color: #C07A7A;
|
||||
}
|
||||
|
||||
.monaco-editor.hc-black .parameter-hints-widget .button.previous,
|
||||
.monaco-editor.vs-dark .parameter-hints-widget .button.previous {
|
||||
background-image: url('arrow-up-dark.svg');
|
||||
}
|
||||
|
||||
.monaco-editor.hc-black .parameter-hints-widget .button.next,
|
||||
.monaco-editor.vs-dark .parameter-hints-widget .button.next {
|
||||
background-image: url('arrow-down-dark.svg');
|
||||
}
|
||||
@@ -131,11 +133,3 @@
|
||||
.monaco-editor.hc-black .parameter-hints-widget .documentation {
|
||||
color: #C07A7A;
|
||||
}
|
||||
|
||||
.monaco-editor.hc-black .parameter-hints-widget .button.previous:before {
|
||||
content: url('arrow-up-dark.svg');
|
||||
}
|
||||
|
||||
.monaco-editor.hc-black .parameter-hints-widget .button.next:before {
|
||||
content: url('arrow-down-dark.svg');
|
||||
}
|
||||
Reference in New Issue
Block a user