File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
projects/angular/components/ui-grid/src Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 164164 [matTooltip] ="column.title + (focusedColumnHeader ? ('\n' + column.description) : '') "
165165 [matTooltipDisabled] ="resizeManager.isResizing "
166166 [attr.aria-label] ="column.title + (column.description ? ('. ' + column.description) : '') + (column.sortable && intl.sortableMessage ? '. ' + intl.sortableMessage : '') "
167- matTooltipClass ="preserve-whitespace ">
167+ matTooltipClass ="preserve-whitespace "
168+ class ="ui-grid-header-text ">
168169 {{ column.title }}
169170 </ p >
170171
Original file line number Diff line number Diff line change @@ -373,6 +373,10 @@ ui-grid {
373373 p {
374374 @extend %ellipse ;
375375 }
376+
377+ .ui-grid-header-text {
378+ cursor : default ;
379+ }
376380 }
377381
378382 .ui-grid-cell-content {
You can’t perform that action at this time.
0 commit comments