mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
style(next): fix redundant dropdown arrow in calendar
This commit is contained in:
parent
74f833f7b2
commit
2bfdc755f1
@ -996,6 +996,10 @@ html body .dropdown-item.disabled {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calendar-dropdown-widget .calendar-header .dropdown-toggle::after {
|
||||||
|
content: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
.calendar-dropdown-widget .calendar-week span {
|
.calendar-dropdown-widget .calendar-week span {
|
||||||
font-size: .85em;
|
font-size: .85em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user