File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
components/hds/advanced-table Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default class HdsAdvancedTableThContextMenu extends Component<HdsAdvanced
44
44
options . push ( {
45
45
key : 'reset-column-width' ,
46
46
label : 'Reset column width' ,
47
- icon : 'reload ' ,
47
+ icon : 'rotate-ccw ' ,
48
48
action : (
49
49
column : HdsAdvancedTableColumn ,
50
50
dropdownCloseCallback ?: ( ) => void
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ $hds-advanced-table-cell-padding-tall: 22px 16px 21px 16px; // the 1px differenc
128
128
bottom : 0 ;
129
129
z-index : 2 ;
130
130
width : 24px ;
131
- transform : translateX (50 % );
131
+ transform : translateX (12.5 px ); // (width of the handler (24px) + border width (1px)) / 2 == 12.5px
132
132
cursor : col-resize ;
133
133
134
134
& ::after {
@@ -137,9 +137,6 @@ $hds-advanced-table-cell-padding-tall: 22px 16px 21px 16px; // the 1px differenc
137
137
right : 0 ;
138
138
bottom : 0 ;
139
139
z-index : 2 ;
140
- width : 1px ;
141
- background-color : $hds-advanced-table-border-color ;
142
- transform : translateX (-11.5px ); // (width of the handle (24px) - width of the visual handle (1px)) / 2 == 11.5px
143
140
content : " " ;
144
141
}
145
142
You can’t perform that action at this time.
0 commit comments