mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fix issue with delete.
This commit is contained in:
parent
6ec13aef09
commit
6db386a455
3 changed files with 7 additions and 4 deletions
|
|
@ -50,7 +50,8 @@
|
|||
background: var(--gray800);
|
||||
}
|
||||
|
||||
.danger {
|
||||
.danger,
|
||||
.danger:active {
|
||||
color: var(--gray50);
|
||||
background: var(--red500);
|
||||
}
|
||||
|
|
@ -59,7 +60,9 @@
|
|||
background: var(--red400);
|
||||
}
|
||||
|
||||
.light {
|
||||
.light,
|
||||
.light:active {
|
||||
color: var(--gray900);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue