Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c553b200 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'dev/calendar-fix-1864' into 'main'

hide delete icon

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!82
parents 609675a5 5b4ffa39
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,8 +35,8 @@ input[type='reset'] {
    border-radius: var(--border-radius) !important;
    box-shadow: none !important;
}
.property-text__input span.icon-delete {
    background-image: none;
body .property-text__input span.icon-delete {
    background-image: none !important;
}
#app-sidebar-vue .multiselect .multiselect__tags {
    padding: 8px 0 8px 8px !important;