mirror of
https://github.com/zhigang1992/umami.git
synced 2026-04-24 04:45:50 +08:00
Fix issue with delete.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user