Skip to content

Commit 8857b21

Browse files
committed
MAGETWO-57227: Payments configuration sections default setting are wrong
- symbol arrows replaced with css arrows
1 parent cb1462a commit 8857b21

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/Paypal/view/adminhtml/web

1 file changed

+4
-4
lines changed

app/code/Magento/Paypal/view/adminhtml/web/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
.paypal-top-section.active > .entry-edit-head.admin__collapsible-block {border-bottom: 1px solid #ccc;}
2828
.paypal-top-section > .admin__collapsible-block > a {font-size: 1.4rem; font-weight: normal; text-transform: uppercase;}
2929
.paypal-recommended-header > .admin__collapsible-block > a::before {content: "" !important;}
30-
.paypal-other-header > .admin__collapsible-block > a.open::before {content: "\25B2" !important;}
31-
.paypal-other-header > .admin__collapsible-block > a::before {color: #000; content: "\25BC" !important; font-size: 1rem; top: 2.2rem;}
30+
.paypal-other-header > .admin__collapsible-block > a::before {content: '' !important; width: 0; height: 0; border-color: transparent; border-top-color: #000; border-style: solid; border-width: 0.8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
31+
.paypal-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem 0.8rem .5rem;}
3232
.paypal-other-header > .admin__collapsible-block > a {color: #007bdb !important; text-align: right;}
3333
.payments-other-header > .admin__collapsible-block > a {display: inline-block;}
34-
.payments-other-header > .admin__collapsible-block > a::before {content: "\25BC" !important; font-size: 1rem;}
35-
.payments-other-header > .admin__collapsible-block > a.open::before {content: "\25B2" !important;}
34+
.payments-other-header > .admin__collapsible-block > a::before {content: '' !important; width: 0; height: 0; border-color: transparent; border-top-color: #000; border-style: solid; border-width: 0.8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
35+
.payments-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem 0.8rem .5rem;}

0 commit comments

Comments
 (0)