Collapse some equivalent rules to reference files only once

This commit is contained in:
Alex Dima
2016-06-07 17:55:06 +02:00
parent 6838f753bd
commit d436ded577
6 changed files with 18 additions and 93 deletions

View File

@@ -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');
}