MOBILE-3320 rte: Minor RTE style fixes

main
Pau Ferrer Ocaña 2021-06-08 16:12:56 +02:00
parent b335b5123a
commit b6e0bc2340
5 changed files with 18 additions and 9 deletions

View File

@ -53,7 +53,7 @@
</ion-item>
</ion-card>
<core-empty-box *ngIf="!filteredEvents || !filteredEvents.length" icon="fas-calendar"
<core-empty-box *ngIf="!filteredEvents || !filteredEvents.length" icon="fas-calendar" inline="true"
[message]="'addon.calendar.noevents' | translate">
</core-empty-box>

View File

@ -47,10 +47,6 @@
@include margin(10px, 0, 0, 0);
}
.core-loading-content {
display: contents;
}
&.core-loading-noheight .core-loading-content {
height: auto;
}

View File

@ -168,3 +168,7 @@
:host-context(.keyboard-is-open) {
min-height: 200px;
}
:host-context(.item-label-stacked) {
margin-top: 10px;
}

View File

@ -277,12 +277,21 @@ ion-button.button-clear {
.clickable {
cursor: pointer;
[disabled],
[aria-disabled="true"] {
cursor: auto;
cursor: default;
opacity: .4;
pointer-events: none;
}
}
button[disabled] {
cursor: default;
opacity: .4;
pointer-events: none;
}
ion-button.core-button-as-link {
text-transform: none;
text-decoration: underline;