diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index d09891e2..e796abfa 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);
- }