From d4444f3b74a333bfe7d40c3dde5ab85d57f43615 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:26:04 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 4a0de983..1fd420a1 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -18,17 +18,6 @@ .ant-card-dark h2 { color: var(--dark-color-text-primary); } - - .dark .ant-card-hoverable:hover, - .dark .ant-space-item > .ant-tabs:hover { - transform: scale(0.987); - outline-color: var(--dark-color-stroke); - outline-offset: -1px; - } - - .dark .ant-card-bordered { - outline: 2px solid var(--dark-color-background); - }