mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-01 03:49:24 +08:00 
			
		
		
		
	remove red circle around the btn-close while focus
This commit is contained in:
		| @@ -132,8 +132,12 @@ h2 { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     .btn-close { |     .btn-close { | ||||||
|         opacity: 1; |         box-shadow: none; | ||||||
|         filter: invert(1); |         filter: invert(1); | ||||||
|  |  | ||||||
|  |         &:hover { | ||||||
|  |             opacity: 0.6; | ||||||
|  |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     .modal-header { |     .modal-header { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user