mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
style: enforce important flag on quick input list separator border for consistency
This commit is contained in:
@@ -224,7 +224,7 @@
|
||||
.monaco-workbench .monaco-list-row:hover .quick-input-list-entry .quick-input-list-separator {
|
||||
background: transparent !important;
|
||||
color: inherit !important;
|
||||
border: none;
|
||||
border: none !important;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user