summaryrefslogtreecommitdiff
path: root/source/features/clean-repo-sidebar.tsx
diff options
context:
space:
mode:
authorGravatar Flo Edelmann <florian-edelmann@online.de> 2022-09-12 07:26:23 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-12 12:26:23 +0700
commit1fc597d73bc75b3658ac593ad09d6cf515e475ef (patch)
treedbb65525bd4759c4076bfdff8d2c6d7a08362da7 /source/features/clean-repo-sidebar.tsx
parentef7885e5c01997bbe4626e119e5ae78efae619f4 (diff)
downloadrefined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.tar.gz
refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.tar.zst
refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.zip
Meta: Drop deprecated color classes (#5965)
Diffstat (limited to 'source/features/clean-repo-sidebar.tsx')
-rw-r--r--source/features/clean-repo-sidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/clean-repo-sidebar.tsx b/source/features/clean-repo-sidebar.tsx
index f4f25074..444ca711 100644
--- a/source/features/clean-repo-sidebar.tsx
+++ b/source/features/clean-repo-sidebar.tsx
@@ -27,7 +27,7 @@ async function cleanReleases(): Promise<void> {
.classList.add('border-0', 'pb-0');
// Align latest tag icon with the icons of other meta links
- const tagIcon = select('.octicon-tag:not(.color-text-success, .color-fg-success)', releasesSection)!;
+ const tagIcon = select('.octicon-tag:not(.color-fg-success)', releasesSection)!;
if (tagIcon) {
tagIcon.classList.add('mr-2');
// Remove whitespace node