theming 💄

This commit is contained in:
Benjamin Pasero
2017-05-24 20:18:03 +02:00
committed by Dirk Baeumer
parent d0e70aca3e
commit a6b7efe17f
8 changed files with 18 additions and 61 deletions

View File

@@ -28,28 +28,6 @@
right: 2px;
}
.monaco-findInput > .controls > .matchCount {
margin-left: 2px;
float: left;
overflow: hidden;
max-width: 30px;
min-width: 20px;
text-align: center;
border-radius: 5px;
padding: 0 4px;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.vs .monaco-findInput > .controls > .matchCount {
background: #ddd;
}
.vs .monaco-findInput.disabled {
background-color: #E1E1E1;
}
@@ -59,10 +37,6 @@
background-color: #333;
}
.vs-dark .monaco-findInput > .controls > .matchCount {
background: #555;
}
/* Highlighting */
.monaco-findInput.highlight-0 .controls {
animation: monaco-findInput-highlight-0 100ms linear 0s;