MOBILE-4362 styles: Do not round borders on fullscreen modals
This commit is contained in:
		
							parent
							
								
									ed284ddae6
								
							
						
					
					
						commit
						0660fb56c0
					
				@ -1869,13 +1869,15 @@ video::-webkit-media-text-track-display {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ion-modal {
 | 
					ion-modal {
 | 
				
			||||||
    .modal-wrapper {
 | 
					    &.show-modal {
 | 
				
			||||||
        --border-radius: var(--modal-radius);
 | 
					        @media only screen and (min-width: 768px) and (min-height: 600px) {
 | 
				
			||||||
 | 
					            --border-radius: var(--modal-radius);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &.core-modal-lateral,
 | 
					    &.core-modal-lateral,
 | 
				
			||||||
    &.core-modal-fullscreen {
 | 
					    &.core-modal-fullscreen {
 | 
				
			||||||
        --modal-radius: 0px;
 | 
					        --border-radius: 0px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &.core-modal-no-background {
 | 
					    &.core-modal-no-background {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user