From d1f06fe70e0e3a4cd218b6621776b02bba072bc4 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Tue, 16 Sep 2025 13:40:09 +0200 Subject: [PATCH] Avoid unused css variables --- web/comment_manager.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/comment_manager.css b/web/comment_manager.css index 8dffbc714..6a41ff56d 100644 --- a/web/comment_manager.css +++ b/web/comment_manager.css @@ -27,7 +27,6 @@ } #commentManagerDialog { - --comment-actions-button-icon: url(images/comment-actionsButton.svg); --comment-close-button-icon: url(images/comment-closeButton.svg); .mainContainer { @@ -561,13 +560,17 @@ width: 32px; height: 32px; padding: 8px; - border: none; + border: var(--button-comment-border); border-radius: 4px; background-color: var(--button-comment-bg); color: var(--button-comment-color); &:hover { background-color: var(--button-comment-hover-bg); + + &::before { + background-color: var(--button-comment-hover-color); + } } &:active {