Make sure statuses inside edit history and not interact-able

This commit is contained in:
Lim Chee Aun 2023-04-18 00:44:29 +08:00
parent 470fb4dfc0
commit 290c1a4b59

View file

@ -1185,6 +1185,7 @@ a.card:is(:hover, :focus) {
#edit-history .history-item .status { #edit-history .history-item .status {
border: 1px solid var(--outline-color); border: 1px solid var(--outline-color);
border-radius: 8px; border-radius: 8px;
pointer-events: none;
} }
/* DELETED */ /* DELETED */