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 164
164
[matTooltip] ="column.title + (focusedColumnHeader ? ('\n' + column.description) : '') "
165
165
[matTooltipDisabled] ="resizeManager.isResizing "
166
166
[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 ">
168
169
{{ column.title }}
169
170
</ p >
170
171
Original file line number Diff line number Diff line change @@ -373,6 +373,10 @@ ui-grid {
373
373
p {
374
374
@extend %ellipse ;
375
375
}
376
+
377
+ .ui-grid-header-text {
378
+ cursor : default ;
379
+ }
376
380
}
377
381
378
382
.ui-grid-cell-content {
You can’t perform that action at this time.
0 commit comments