fix: restore click events for editing logbook title in dashboard
This commit is contained in:
@@ -2090,6 +2090,7 @@ html.scheme-dark .themed-select-option.is-selected {
|
||||
cursor: text;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s ease;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.logbook-title-editable:hover {
|
||||
@@ -2105,6 +2106,7 @@ html.scheme-dark .themed-select-option.is-selected {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.card-icon {
|
||||
|
||||
Reference in New Issue
Block a user