Merge pull request #6 from outranker/feature/kill-button-on-hover-style

removed ::before html element for the kill-btn
This commit is contained in:
Abdenasser Elidrissi 2024-11-05 01:07:41 +01:00 committed by GitHub
commit 35219c9a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);