mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 21:56:12 +08:00 
			
		
		
		
	Improve the clear filter button
This commit is contained in:
		@@ -206,6 +206,16 @@ export default {
 | 
				
			|||||||
.search-icon {
 | 
					.search-icon {
 | 
				
			||||||
    padding: 10px;
 | 
					    padding: 10px;
 | 
				
			||||||
    color: #c0c0c0;
 | 
					    color: #c0c0c0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Clear filter button (X)
 | 
				
			||||||
 | 
					    svg[data-icon="times"] {
 | 
				
			||||||
 | 
					        cursor: pointer;
 | 
				
			||||||
 | 
					        transition: all ease-in-out 0.1s;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        &:hover {
 | 
				
			||||||
 | 
					            color: white;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.search-input {
 | 
					.search-input {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user