1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00

remove text-shadow in dialog close icon (#8047)

This commit is contained in:
Michael An
2025-07-17 10:29:23 +08:00
committed by GitHub
parent b63b723271
commit 766c02559d

View File

@@ -9,7 +9,6 @@
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
color: var(--bs-icon-secondary-color); color: var(--bs-icon-secondary-color);
text-shadow: 0 1px 0 var(--bs-body-bg);
} }
.modal .seahub-modal-btn.close:not(:disabled):not(.disabled):hover { .modal .seahub-modal-btn.close:not(:disabled):not(.disabled):hover {