mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
AAE-26037 Moved permissions role selector styles to a dedicated file (#10297)
This commit is contained in:
parent
6dd80c4a16
commit
672fd1e804
@ -0,0 +1,15 @@
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-role-selector-field#{$mat-form-field} {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
max-width: 200px;
|
||||
|
||||
#{$mat-form-field-infix} {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
#{$mat-form-field-subscript-wrapper} {
|
||||
display: none;
|
||||
}
|
||||
}
|
@ -53,23 +53,7 @@ export interface RoleModelOption {
|
||||
</span>
|
||||
`,
|
||||
host: { class: 'adf-user-role-column adf-datatable-content-cell adf-expand-cell-4' },
|
||||
styles: [
|
||||
`
|
||||
.adf-role-selector-field.mat-mdc-form-field {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
max-width: 200px;
|
||||
|
||||
.mat-mdc-form-field-infix {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.mat-mdc-form-field-subscript-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
`
|
||||
]
|
||||
styleUrls: ['./user-role-column.component.scss']
|
||||
})
|
||||
export class UserRoleColumnComponent implements OnChanges {
|
||||
@Input()
|
||||
|
Loading…
x
Reference in New Issue
Block a user