diff options
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 438be81f..8ffd6bb2 100644 --- a/source/features/quick-comment-hiding.tsx +++ b/source/features/quick-comment-hiding.tsx @@ -39,7 +39,7 @@ function generateSubmenu(hideButton: Element): void {  	select('[name="classifier"]', hideCommentForm)!.remove();  	// Imitate existing menu -	hideCommentForm.classList.add('dropdown-menu', 'dropdown-menu-sw', 'text-gray-dark', 'color-text-primary', 'show-more-popover', 'anim-scale-in'); +	hideCommentForm.classList.add('dropdown-menu', 'dropdown-menu-sw', 'color-text-primary', 'show-more-popover', 'anim-scale-in');  	detailsElement.append(hideCommentForm);  } | 
