Skip to content

Commit d3578e9

Browse files
committed
Fixed undo-toast being clickable when not shown
1 parent 1969d43 commit d3578e9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

internal/webserver/web/static/css/cover.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,14 @@ a:hover {
192192
color: #81D4FA;
193193
}
194194

195+
.toastnotification:not(.show) {
196+
pointer-events: none !important;
197+
}
198+
199+
.toastnotification:not(.show) .toast-undo {
200+
pointer-events: none;
201+
}
202+
195203
.perm-granted {
196204
cursor: pointer;
197205
color: #0edf00;

internal/webserver/web/static/css/min/gokapi.min.5.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)