Merge branch 'calendar-readonly-icons-fix' into 2025.9-rc

This commit is contained in:
yflory 2025-10-20 15:42:30 +02:00
commit 50a25bee8f

View File

@ -697,7 +697,13 @@
border-radius: @variables_radius;
background-color: @cp_sidebar-left-bg;
svg {
margin: 0;
margin-right: 0.25rem;
flex-shrink: 0;
}
.cp-calendar-icon, .cp-calendar-actions {
svg {
margin: 0;
}
}
&:not(.cp-unclickable) {
cursor: pointer;
@ -793,6 +799,8 @@
overflow: hidden;
text-overflow: ellipsis;
padding: 0 5px;
flex: 1;
text-align: center;
}
}
}