File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
assets/stylesheets/shared/functions
my-sites/checkout/checkout Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ $z-layers: (
3535 ' .NuxWelcome:before' : -1 ,
3636 ' .is-group-editor::before' : -1 ,
3737 ' .is-group-gutenberg::before' : -1 ,
38+ ' .payment-box__pm-wrapper .section-nav-tab::after' : -1 ,
3839 ' .site-icon.is-blank .gridicon' : 0 ,
3940 ' .chart__bar-section.is-spacer' : 0 ,
4041 ' .reader__featured-post' : 0 ,
@@ -64,6 +65,7 @@ $z-layers: (
6465 ' .plugin-item__label' : 1 ,
6566 ' .wp-editor-tools' : 1 ,
6667 ' .plan .gridicons-checkmark-circle' : 1 ,
68+ ' .payment-box__pm-wrapper .section-nav-tab' : 1 ,
6769 ' .plan-discount-message' : 1 ,
6870 ' .post-editor__switch-mode' : 1 ,
6971 ' .auth__form .form-fieldset input' : 1 ,
Original file line number Diff line number Diff line change 12131213 border : 0 ;
12141214 margin : 8px 0 0 ;
12151215 position : relative ;
1216+ z-index : z-index ( ' root' , ' .payment-box__pm-wrapper .section-nav-tab' );
12161217
12171218 & :first-child {
12181219 margin-top : 0 !important ;
12301231 border : 1px solid var ( --color-neutral-10 );
12311232 border-radius : 50% ;
12321233 box-sizing : border-box ;
1234+ z-index : z-index ( ' root' , ' .payment-box__pm-wrapper .section-nav-tab::after' );
12331235 }
12341236
12351237 & ::before {
You can’t perform that action at this time.
0 commit comments