mirror of
				https://github.com/simon987/sist2.git
				synced 2025-10-31 16:06:53 +00:00 
			
		
		
		
	Fix CSS border & checkbox bug of index picker
This commit is contained in:
		
							parent
							
								
									3c09c45694
								
							
						
					
					
						commit
						c6820b6cc6
					
				| @ -29,7 +29,7 @@ | |||||||
|           :class="{active: lastClickIndex === idx}" |           :class="{active: lastClickIndex === idx}" | ||||||
|       > |       > | ||||||
|         <div class="d-flex"> |         <div class="d-flex"> | ||||||
|           <b-checkbox @change="toggleIndex(idx)" :checked="isSelected(idx)"></b-checkbox> |           <b-checkbox style="pointer-events: none" :checked="isSelected(idx)"></b-checkbox> | ||||||
|           {{ idx.name }} |           {{ idx.name }} | ||||||
|           <span class="text-muted timestamp-text ml-2">{{ formatIdxDate(idx.timestamp) }}</span> |           <span class="text-muted timestamp-text ml-2">{{ formatIdxDate(idx.timestamp) }}</span> | ||||||
|         </div> |         </div> | ||||||
| @ -168,4 +168,16 @@ export default Vue.extend({ | |||||||
|   background-color: inherit; |   background-color: inherit; | ||||||
|   color: inherit; |   color: inherit; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | .theme-black .list-group-item.active { | ||||||
|  |   z-index: 2; | ||||||
|  |   background-color: inherit; | ||||||
|  |   color: inherit; | ||||||
|  |   border: 1px solid rgba(255,255,255, 0.3); | ||||||
|  |   border-radius: 0; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | .theme-black .list-group { | ||||||
|  |   border-radius: 0; | ||||||
|  | } | ||||||
| </style> | </style> | ||||||
							
								
								
									
										2
									
								
								src/web/static_generated.c
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								src/web/static_generated.c
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user