mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-12839: Improved column resize handle clickable area (#8325)
* AAE-12839: Improved column resize handle clickable area * AAE-12839: Fixed lint issue
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
adf-resize-handle
|
||||
class="adf-datatable__resize-handle"
|
||||
[resizableContainer]="resizableElement">
|
||||
<div class="adf-datatable__resize-handle--divider"></div>
|
||||
</div>
|
||||
<div
|
||||
*ngIf="col.draggable"
|
||||
|
@@ -23,8 +23,12 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
|
||||
}
|
||||
|
||||
&__resize-handle {
|
||||
align-self: stretch;
|
||||
border: 0.5px solid var(--theme-border-color);
|
||||
padding: 0 2px;
|
||||
|
||||
&--divider {
|
||||
padding: 24px 0;
|
||||
border: 1px solid var(--theme-border-color);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: col-resize;
|
||||
|
Reference in New Issue
Block a user