mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix issues with the icons column in DT/DL (#2277)
* fix issues with the icons column in DT/DL - fix issue with screen reader label not being translated - fix issue with column taking the width of the screen reader label * fix custom selection icon position
This commit is contained in:
committed by
Mario Romano
parent
480bef7ad9
commit
7f720fda3a
@@ -45,7 +45,7 @@ adf-document-list >>> adf-datatable tr.is-selected .image-table-cell::before {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -16px;
|
||||
margin-left: -28px;
|
||||
margin-left: -12px;
|
||||
border-radius: 100%;
|
||||
background: #00bcd4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user