mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ACA-4712] changes required to disallow using important for styles in aca (#8785)
* ACA-4712 Changed floating labels * ACA-4712 Fixed cut off icon
This commit is contained in:
parent
80a6dadbfa
commit
fee60cd4ab
@ -31,7 +31,7 @@
|
|||||||
[style.display]="isExpiryDateToggleChecked ? 'block' : 'none'"
|
[style.display]="isExpiryDateToggleChecked ? 'block' : 'none'"
|
||||||
data-automation-id="adf-slide-toggle-checked"
|
data-automation-id="adf-slide-toggle-checked"
|
||||||
class="adf-share-link__date-time-container">
|
class="adf-share-link__date-time-container">
|
||||||
<mat-form-field class="adf-full-width adf-float-label" floatLabel='always'>
|
<mat-form-field class="adf-full-width adf-float-label" floatLabel='never'>
|
||||||
<mat-label>{{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }}</mat-label>
|
<mat-label>{{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }}</mat-label>
|
||||||
<mat-datepicker-toggle
|
<mat-datepicker-toggle
|
||||||
[disabled]="time.disabled"
|
[disabled]="time.disabled"
|
||||||
@ -69,7 +69,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<mat-form-field
|
<mat-form-field
|
||||||
class="adf-full-width adf-float-label"
|
class="adf-full-width adf-float-label"
|
||||||
floatLabel='always'
|
floatLabel='never'
|
||||||
[ngClass]="isLinkWithExpiryDate? 'adf-share-link__border-color' : ''">
|
[ngClass]="isLinkWithExpiryDate? 'adf-share-link__border-color' : ''">
|
||||||
<input
|
<input
|
||||||
#sharedLinkInput
|
#sharedLinkInput
|
||||||
|
@ -20,12 +20,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-list {
|
.adf-datatable-list {
|
||||||
.adf-datatable-selected > svg {
|
.adf-datatable-selected {
|
||||||
|
overflow: unset;
|
||||||
|
|
||||||
|
& > svg {
|
||||||
fill: var(--theme-accent-color);
|
fill: var(--theme-accent-color);
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.adf-document-list_empty_template {
|
.adf-document-list_empty_template {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user