mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-4301] Regression - Fix accesibility issue (#4510)
This commit is contained in:
parent
f00ee43b60
commit
55a9782960
@ -268,6 +268,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
padding-top: 12px;
|
||||
padding-left: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
@ -316,6 +317,7 @@
|
||||
.adf-datatable-cell, .adf-datatable-cell-header {
|
||||
flex: 1;
|
||||
padding: 0;
|
||||
padding-left: 10px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
min-height: inherit;
|
||||
@ -332,6 +334,11 @@
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline-offset: -1px;
|
||||
outline: #448aff solid 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-cell-value {
|
||||
|
Loading…
x
Reference in New Issue
Block a user