style(views/calendar): disable link underline

feat_keyboard-action-split
Elian Doran 2025-02-23 19:23:00 +07:00
parent 143b91936c
commit d319eede1f
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -45,6 +45,10 @@ const TPL = `
font-weight: normal;
}
.calendar-container a.fc-event {
text-decoration: none;
}
.calendar-container .fc-button {
padding: 0.2em 0.5em;
}