Skip to content

Commit afd9a00

Browse files
ENGCOM-3821: Fixed 19816 Catalog category merchandiser product list missing move cursor in til… #19817
- Merge Pull Request #19817 from abrarpathan19/magento2:fixed-issue-19816 - Merged commits: 1. 373fa09 2. ff786af
2 parents ad59ee2 + ff786af commit afd9a00

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

7777
a:last-child {
78-
float: right;
7978
cursor: pointer;
79+
float: right;
8080
}
8181
}
8282

0 commit comments

Comments
 (0)