Skip to content

Commit f4cc791

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-94297: [2.3] On Returns(RMA) details, Show/Hide details button does nothing.
- Fixed
1 parent bce847d commit f4cc791

File tree

1 file changed

+8
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Rma/web/css/source

1 file changed

+8
-0
lines changed

app/design/frontend/Magento/luma/Magento_Rma/web/css/source/_module.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
&:extend(.abs-status all);
4141
}
4242

43+
.table-wrapper.table-returns {
44+
.returns-details {
45+
&.hidden {
46+
display: none;
47+
}
48+
}
49+
}
50+
4351
.block-returns-comments {
4452
.returns-comments {
4553
dt,

0 commit comments

Comments
 (0)