From 5e572a8c6afa2471237027bfb64762f5a25bfe40 Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Thu, 4 Sep 2025 22:07:04 +0800 Subject: [PATCH] fix: remove unnecessary line breaks --- apps/client/src/stylesheets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 98b012ea5..e20c63ee0 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2377,7 +2377,6 @@ footer.webview-footer button { text-overflow: ellipsis; } - .revision-diff-added { background: rgba(100, 200, 100, 0.5); }