Skip to content

Commit 8a26739

Browse files
authored
ENGCOM-5609: Resolve Missing "expand/collapse" icon in paypal setting (issue 24118) #24119
2 parents 421f825 + b332e41 commit 8a26739

File tree

1 file changed

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

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
.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: .8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
3030
.paypal-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem .8rem .5rem;}
3131
.paypal-other-header > .admin__collapsible-block > a {color: #007bdb !important; text-align: right;}
32-
.payments-other-header > .admin__collapsible-block > a {display: inline-block;}
33-
.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: .8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
34-
.payments-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem .8rem .5rem;}
32+
.payments-other-header > .admin__collapsible-block > a,
33+
.paypal-recommended-header > .admin__collapsible-block > a {display: inline-block;}
34+
.payments-other-header > .admin__collapsible-block > a::before,
35+
.paypal-recommended-header > .admin__collapsible-block > a::before {content: '' !important; width: 0; height: 0; border-color: transparent; border-top-color: #000; border-style: solid; border-width: .8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
36+
.payments-other-header > .admin__collapsible-block > a.open::before,
37+
.paypal-recommended-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem .8rem .5rem;}

0 commit comments

Comments
 (0)