mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
theming 💄
This commit is contained in:
committed by
Dirk Baeumer
parent
d0e70aca3e
commit
a6b7efe17f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user