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
|
adf-resize-handle
|
||||||
class="adf-datatable__resize-handle"
|
class="adf-datatable__resize-handle"
|
||||||
[resizableContainer]="resizableElement">
|
[resizableContainer]="resizableElement">
|
||||||
|
<div class="adf-datatable__resize-handle--divider"></div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
*ngIf="col.draggable"
|
*ngIf="col.draggable"
|
||||||
|
@@ -23,8 +23,12 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__resize-handle {
|
&__resize-handle {
|
||||||
align-self: stretch;
|
padding: 0 2px;
|
||||||
border: 0.5px solid var(--theme-border-color);
|
|
||||||
|
&--divider {
|
||||||
|
padding: 24px 0;
|
||||||
|
border: 1px solid var(--theme-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
|
Reference in New Issue
Block a user