Skip to content

Commit 294b97d

Browse files
author
Olga Lytvynenko
committed
MAGETWO-44936: [GITHUB] Pointer in catalog view
1 parent bd4407c commit 294b97d

File tree

1 file changed

+12
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
// * See COPYING.txt for license details.
44
// */
55

6+
//
7+
// Catalog product grid
8+
// ---------------------------------------------
9+
10+
.catalog-product-index {
11+
.admin__data-grid-wrap {
12+
.data-row {
13+
cursor: pointer;
14+
}
15+
}
16+
}
17+
618
.product-composite-configure-inner {
719
.admin__control-text {
820
&.qty {

0 commit comments

Comments
 (0)