Skip to content

Commit

Permalink
fix(suggester): fix dimmed icon in minimal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed May 11, 2022
1 parent bd898ce commit 3135a7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"conventionalCommits.scopes": [
"browser-packs",
"icon-in-editor",
"icon-packs"
"icon-packs",
"suggester"
]
}
5 changes: 4 additions & 1 deletion src/icon-packs/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@
width: 16px;
}
}
}

.suggestion-flair > & {
.suggestion-container.isc .suggestion-flair {
opacity: 1;
& > .isc-icon {
color: var(--text-normal);
}
}
Expand Down

0 comments on commit 3135a7b

Please sign in to comment.