Skip to content

Commit 168cfc5

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-36907' into UI
2 parents af61f6a + 1750171 commit 168cfc5

File tree

2 files changed

+10
-5
lines changed
  • app
    • code/Magento/ConfigurableProduct/view/adminhtml/web/product
    • design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source

2 files changed

+10
-5
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/product/product.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858

5959
#configurable-attributes-container .field-pricing-value .pricing-value {
6060
width: 100%;
61-
padding: 4px;
61+
padding: 4px 10px;
6262
border-right: none;
63-
border-radius: 4px 0 0 4px;
63+
border-radius: 1px 0 0 1px;
6464
}
6565

6666
/* "Generate Variations" button */

app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module.less

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@
1616
);
1717

1818
.action.toggle {
19-
padding: 1px 8px;
20-
border: 1px solid #ada89e;
2119
background: #fff;
22-
border-radius: 0 2px 2px 0;
20+
border-radius: 0 1px 1px 0;
21+
border: 1px solid #ada89e;
2322
height: 33px;
23+
padding: 4px 5px;
24+
25+
> span {
26+
display: inline-block;
27+
padding-top: 3px;
28+
}
2429

2530
&:after {
2631
width: 14px;

0 commit comments

Comments
 (0)