forked from CIT/Vmeda.Online
		
	MOBILE-2910 quiz: Ux improvements on navigation modal
This commit is contained in:
		
							parent
							
								
									ba871d4e5c
								
							
						
					
					
						commit
						3393fd75b7
					
				| @ -14,49 +14,16 @@ ion-app.app-root page-addon-mod-quiz-navigation-modal { | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     .item.core-question-correct { | ||||
|         &.addon-mod_quiz-selected { | ||||
|             @include border-start(5px, solid, $core-question-correct-color); | ||||
|         } | ||||
| 
 | ||||
|         .item-inner { | ||||
|             @include push-arrow-color($core-question-correct-color); | ||||
|             border-bottom-color: $core-question-correct-color; | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     .item.core-question-correct, | ||||
|     .item.core-question-incorrect, | ||||
|     .item.core-question-notanswered { | ||||
|         &.addon-mod_quiz-selected { | ||||
|             @include border-start(5px, solid, $core-question-incorrect-color); | ||||
|         } | ||||
| 
 | ||||
|         .item-inner { | ||||
|             @include push-arrow-color($core-question-incorrect-color); | ||||
|             border-bottom-color: $core-question-incorrect-color; | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     .item.core-question-partiallycorrect { | ||||
|         &.addon-mod_quiz-selected { | ||||
|             @include border-start(5px, solid, $core-question-state-partial-text); | ||||
|         } | ||||
| 
 | ||||
|         .item-inner { | ||||
|             @include push-arrow-color($core-question-state-partial-text); | ||||
|             border-bottom-color: $core-question-state-partial-text; | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     .item.core-question-notanswered, | ||||
|     .item.core-question-partiallycorrect, | ||||
|     .item.core-question-requiresgrading, | ||||
|     .item.core-question-answersaved { | ||||
|         &.addon-mod_quiz-selected { | ||||
|             @include border-start(5px, solid, $text-color); | ||||
|         } | ||||
| 
 | ||||
|         .item-inner { | ||||
|             @include push-arrow-color($text-color); | ||||
|             border-bottom-color: $text-color; | ||||
|         ion-label.label { | ||||
|             color: $text-color; | ||||
|         } | ||||
|         color: $text-color; | ||||
|         background-color: $white; | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -69,7 +69,7 @@ export class AddonModQuizReviewPage implements OnInit { | ||||
|         this.navigationModal = modalCtrl.create('AddonModQuizNavigationModalPage', { | ||||
|             isReview: true, | ||||
|             page: this | ||||
|         }); | ||||
|         }, { cssClass: 'core-modal-lateral' }); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user