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'"
|
||||
data-automation-id="adf-slide-toggle-checked"
|
||||
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-datepicker-toggle
|
||||
[disabled]="time.disabled"
|
||||
@ -69,7 +69,7 @@
|
||||
</div>
|
||||
<mat-form-field
|
||||
class="adf-full-width adf-float-label"
|
||||
floatLabel='always'
|
||||
floatLabel='never'
|
||||
[ngClass]="isLinkWithExpiryDate? 'adf-share-link__border-color' : ''">
|
||||
<input
|
||||
#sharedLinkInput
|
||||
|
@ -20,10 +20,14 @@
|
||||
}
|
||||
|
||||
.adf-datatable-list {
|
||||
.adf-datatable-selected > svg {
|
||||
fill: var(--theme-accent-color);
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
.adf-datatable-selected {
|
||||
overflow: unset;
|
||||
|
||||
& > svg {
|
||||
fill: var(--theme-accent-color);
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user