mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
[ACS-10193] Other A11y My Libraries Link (#11587)
* [ACS-10193] make library title bolder to indicate it is a link * [ACS-10193] use higher font weight * [ACS-10193] move weight to proper scss file * [ACS-10193] fix css class encapsulation
This commit is contained in:
committed by
GitHub
parent
ba3d9d5be4
commit
3e9b5a097c
@@ -0,0 +1,5 @@
|
||||
adf-library-name-column {
|
||||
.adf-datatable-library-link {
|
||||
font-weight: 800;
|
||||
}
|
||||
}
|
||||
@@ -47,10 +47,11 @@ import { NodeTooltipUtils } from '../../utils/node-tooltip.utils';
|
||||
{{ displayText$ | async }}
|
||||
</span>
|
||||
`,
|
||||
styleUrls: ['./library-name-column.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: {
|
||||
class: 'adf-datatable-content-cell adf-datatable-link adf-library-name-column'
|
||||
class: 'adf-datatable-content-cell adf-datatable-link adf-datatable-library-link adf-library-name-column'
|
||||
}
|
||||
})
|
||||
export class LibraryNameColumnComponent implements OnInit {
|
||||
|
||||
Reference in New Issue
Block a user