Skip to content

Commit fc97a5d

Browse files
authored
Fix build revert custom resize icons (#3648)
fix builds broken by svg inlining in docs
1 parent 1859cb5 commit fc97a5d

File tree

1 file changed

+3
-3
lines changed
  • packages/@adobe/spectrum-css-temp/components/table

1 file changed

+3
-3
lines changed

packages/@adobe/spectrum-css-temp/components/table/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,13 @@ svg.spectrum-Table-sortedIcon {
482482

483483
.resize-ew *,
484484
.spectrum-Table-columnResizer--ewresize {
485-
cursor: url('data-url:./cursors/Cur_MoveHorizontal_9_9.svg'), ew-resize !important;
485+
cursor: ew-resize !important;
486486
}
487487
.resize-e *,
488488
.spectrum-Table-columnResizer--eresize {
489-
cursor: url('data-url:./cursors/Cur_MoveToRight_9_9.svg'), e-resize !important;
489+
cursor: e-resize !important;
490490
}
491491
.resize-w *,
492492
.spectrum-Table-columnResizer--wresize {
493-
cursor: url('data-url:./cursors/Cur_MoveToLeft_9_9.svg'), w-resize !important;
493+
cursor: w-resize !important;
494494
}

0 commit comments

Comments
 (0)