mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[PR #89] [MERGED] Remove redundant .tab .monaco-icon-label.file-icon::before style rule #114
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bwya77/vscode-dark-islands/pull/89
Author: @vrcalphabet
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @bwya77
Base:
main← Head:patch-1📝 Commits (1)
6a9ca6dRemove duplicate style definition for.monaco-icon-label.file-icon::before📊 Changes
1 file changed (+0 additions, -4 deletions)
View changed files
📝
settings.json(+0 -4)📄 Description
This PR removes a duplicated style rule in
settings.json.The following two selectors defined the exact same styles:
.monaco-icon-label.file-icon::before.tab .monaco-icon-label.file-icon::beforeSince the scoped version under
.tabdid not add any additional behavior, it was redundant.Removing it simplifies the theme settings without changing the visual output.
Closes #88
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.