diff options
author | 2022-09-12 07:26:23 +0200 | |
---|---|---|
committer | 2022-09-12 12:26:23 +0700 | |
commit | 1fc597d73bc75b3658ac593ad09d6cf515e475ef (patch) | |
tree | dbb65525bd4759c4076bfdff8d2c6d7a08362da7 /source/features/quick-comment-hiding.tsx | |
parent | ef7885e5c01997bbe4626e119e5ae78efae619f4 (diff) | |
download | refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.tar.gz refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.tar.zst refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.zip |
Meta: Drop deprecated color classes (#5965)
Diffstat (limited to 'source/features/quick-comment-hiding.tsx')
-rw-r--r-- | source/features/quick-comment-hiding.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-comment-hiding.tsx b/source/features/quick-comment-hiding.tsx index 0fff6713..ca978d92 100644 --- a/source/features/quick-comment-hiding.tsx +++ b/source/features/quick-comment-hiding.tsx @@ -44,7 +44,7 @@ function generateSubmenu(hideButton: Element): void { }); // Imitate existing menu - hideCommentForm.classList.add('dropdown-menu', 'dropdown-menu-sw', 'color-text-primary', 'color-fg-default', 'show-more-popover', 'anim-scale-in'); + hideCommentForm.classList.add('dropdown-menu', 'dropdown-menu-sw', 'color-fg-default', 'show-more-popover', 'anim-scale-in'); detailsElement.append(hideCommentForm); } |