mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix focus outline (#5115)
This commit is contained in:
committed by
Eugenio Romano
parent
bcacd8b42e
commit
9f22cb5cc7
@@ -405,11 +405,6 @@
|
||||
&--fileSize .adf-datatable-cell-value {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline-offset: -1px;
|
||||
outline: $data-table-cell-outline;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-cell-value {
|
||||
@@ -418,6 +413,11 @@
|
||||
align-items: center;
|
||||
word-break: break-all;
|
||||
width: 100%;
|
||||
|
||||
&:focus {
|
||||
outline-offset: -1px;
|
||||
outline: $data-table-cell-outline;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable__actions-cell, .adf-datatable-cell--image {
|
||||
|
Reference in New Issue
Block a user