Merge pull request #3465 from alfonso-salces/MOBILE-4081
MOBILE-4081 theme: Fix background mode in rich text editor
This commit is contained in:
		
						commit
						24e81ee92f
					
				| @ -4,11 +4,10 @@ | ||||
|     --toobar-background: var(--white); | ||||
|     --button-color: var(--ion-text-color); | ||||
|     --button-active-color: var(--gray-300); | ||||
|     --background: var(--ion-item-background); | ||||
|     --background: var(--rte-editor-background); | ||||
| } | ||||
| 
 | ||||
| :host-context(html.dark) { | ||||
|     --background: var(--medium); | ||||
|     --color: var(--white); | ||||
|     --button-color: var(--gray-200); | ||||
|     --button-active-color: var(--gray-500); | ||||
|  | ||||
| @ -402,4 +402,6 @@ html { | ||||
|     } @else { | ||||
|         --core-mainpage-sitename-display: inline; | ||||
|     } | ||||
| 
 | ||||
|     --rte-editor-background: var(--core-input-background); | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user