mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Make sure statuses inside edit history and not interact-able
This commit is contained in:
parent
470fb4dfc0
commit
290c1a4b59
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue