From 250fbbfab2676ffabef415b0e295991b6664522c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= Date: Thu, 5 Sep 2024 12:43:35 +0800 Subject: [PATCH] delete useless css --- public/content.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/public/content.css b/public/content.css index 8dcc410b..f9608c4e 100644 --- a/public/content.css +++ b/public/content.css @@ -876,19 +876,6 @@ input::-webkit-inner-spin-button { max-height: 500px; } -#bsbPortButton { - cursor: pointer; - margin-right: 18px; - display: inline-flex; - align-items: center; - color: var(--text2); -} - -#bsbPortButtonImage { - height: 24px; - margin-right: 8px; -} - .ant-popover-content a { color: var(--sb-brand-blue); }