forked from MapComplete/MapComplete
		
	Fix: style of tabbedGroup-elements needed an 'important' to work in production
This commit is contained in:
		
							parent
							
								
									0689de25bc
								
							
						
					
					
						commit
						5a2e54b00a
					
				
					 1 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -111,8 +111,12 @@
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :global(.tab-selected) {
 | 
					    :global(.tab-selected) {
 | 
				
			||||||
        background-color: var(--catch-detail-color);
 | 
					        /**
 | 
				
			||||||
        color: var(--catch-detail-color-contrast);
 | 
					        For some reason, the exported tailwind style takes priority in production (but not in development)
 | 
				
			||||||
 | 
					        As the tabs are buttons, tailwind restyles them
 | 
				
			||||||
 | 
					         */
 | 
				
			||||||
 | 
					        background-color: var(--catch-detail-color) !important;
 | 
				
			||||||
 | 
					        color: var(--catch-detail-color-contrast) !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :global(.tab-selected svg) {
 | 
					    :global(.tab-selected svg) {
 | 
				
			||||||
| 
						 | 
					@ -120,7 +124,7 @@
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :global(.tab-unselected) {
 | 
					    :global(.tab-unselected) {
 | 
				
			||||||
        background-color: rgb(255 255 255);
 | 
					        background-color: var(--background-color) !important;
 | 
				
			||||||
        color: rgb(0 0 0);
 | 
					        color: var(--foreground-color) !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue