File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1852,9 +1852,15 @@ body.mobile .dialog .button-wrapper::before {
18521852 right : 0 ;
18531853 height : 1px ;
18541854 background : rgb (32 34 37 / 60% );
1855+ transition : inherit;
18551856 pointer-events : none;
18561857}
18571858
1859+ body .mobile .dialog-wrapper .hidden .button-wrapper ::before {
1860+ left : -2px ;
1861+ right : -2px ;
1862+ }
1863+
18581864.dialog .button {
18591865 padding : 8px 14px ;
18601866 border-radius : 5.75px ;
@@ -1872,7 +1878,7 @@ body.mobile .dialog .button {
18721878 color : hsl (228deg 16% 37% );
18731879}
18741880
1875- .dialog-wrapper .one-button .dialog .cancel {
1881+ .dialog-wrapper .one-button .button .cancel {
18761882 display : none;
18771883}
18781884
@@ -1884,10 +1890,15 @@ body.mobile .dialog .cancel::after {
18841890 right : -0.5px ;
18851891 width : 1px ;
18861892 background : rgb (32 34 37 / 60% );
1893+ transition : inherit;
18871894 pointer-events : none;
18881895}
18891896
1890- body .mobile .dialog-wrapper .one-button .dialog .cancel ::after {
1897+ body .mobile .dialog-wrapper .hidden .button .cancel ::after {
1898+ bottom : -2px ;
1899+ }
1900+
1901+ body .mobile .dialog-wrapper .one-button .button .cancel ::after {
18911902 display : none;
18921903}
18931904
You can’t perform that action at this time.
0 commit comments