removed ::before html element for the kill-btn

This commit is contained in:
outranker 2024-11-04 13:02:12 +09:00
parent fcf295604b
commit b147c1e904

View File

@ -376,10 +376,6 @@
border: 1px solid color-mix(in srgb, var(--red) 30%, transparent);
}
.kill-btn::before {
background: var(--red);
}
.kill-btn:hover {
color: var(--base);
background: var(--red);