Skip to content

Commit b12d9fe

Browse files
authored
ENGCOM-3821: Fixed 19816 Catalog category merchandiser product list missing move cursor in til… #19817
2 parents 5ca6630 + afd9a00 commit b12d9fe

File tree

1 file changed

+2
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_VisualMerchandiser/web/css/source

1 file changed

+2
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_VisualMerchandiser/web/css/source/_module.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@
6868

6969
a {
7070
color: @color-gray85;
71+
cursor: move;
7172
display: block;
7273
float: left;
7374
text-decoration: none;
7475
}
7576

7677
a:last-child {
78+
cursor: pointer;
7779
float: right;
7880
}
7981
}

0 commit comments

Comments
 (0)