Skip to content

Commit

Permalink
Update custom-vscode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
laravelwebdev authored Oct 5, 2024
1 parent ab41ab2 commit 0101539
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions custom-vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,16 @@ li.action-item.icon.checked a.action-label.codicon {
}

/* List item label name */
.monaco-list.list_id_1 .monaco-list-row.selected .label-name {
color: #fff !important;
.monaco-list.list_id_1 .monaco-list-row .selected .label-name {
background-color: #1f232c !important;
opacity: 1 !important;
font-family: 'Fira Code' !important;
}

.monaco-list.list_id_1 .monaco-list-row.selected {
background-color: var(--vscode-list-inactiveSelectionBackground) !important;
}

/* File explorer action buttons */
.monaco-workbench .part.sidebar .title-actions .actions-container {
display: none;
Expand Down

0 comments on commit 0101539

Please sign in to comment.