Skip to content

Commit

Permalink
Merge pull request #6 from outranker/feature/kill-button-on-hover-style
Browse files Browse the repository at this point in the history
removed ::before html element for the kill-btn
  • Loading branch information
Abdenasser authored Nov 5, 2024
2 parents 6cc3657 + b147c1e commit 35219c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/components/ProcessTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 35219c9

Please sign in to comment.