♻️ Remove unnecesary code

This commit is contained in:
Eva Marco 2024-09-05 09:41:11 +02:00
parent 34cc211912
commit a0bb5e5ef3

View file

@ -519,10 +519,8 @@
@include bodySmallTypography; @include bodySmallTypography;
color: var(--modal-title-foreground-color); color: var(--modal-title-foreground-color);
} }
// TODO: This fix is temporary, the error is caused by the
// cascading order of the compiled css files. .custom-input-checkbox {
// https://tree.taiga.io/project/penpot/task/8658
.custom-input-checkbox.custom-input-checkbox {
align-items: flex-start; align-items: flex-start;
} }