We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1859cb5 commit fc97a5dCopy full SHA for fc97a5d
packages/@adobe/spectrum-css-temp/components/table/index.css
@@ -482,13 +482,13 @@ svg.spectrum-Table-sortedIcon {
482
483
.resize-ew *,
484
.spectrum-Table-columnResizer--ewresize {
485
- cursor: url('data-url:./cursors/Cur_MoveHorizontal_9_9.svg'), ew-resize !important;
+ cursor: ew-resize !important;
486
}
487
.resize-e *,
488
.spectrum-Table-columnResizer--eresize {
489
- cursor: url('data-url:./cursors/Cur_MoveToRight_9_9.svg'), e-resize !important;
+ cursor: e-resize !important;
490
491
.resize-w *,
492
.spectrum-Table-columnResizer--wresize {
493
- cursor: url('data-url:./cursors/Cur_MoveToLeft_9_9.svg'), w-resize !important;
+ cursor: w-resize !important;
494
0 commit comments