mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Disable Fomantic's CSS tooltips (#16974)
CSS-only tooltips suffer various issues with positioning and there was only one single instance of them in the templates. Replace that instance with a regular popup and exclude these `data-tooltip` styles from the Fomantic build.
This commit is contained in:
		@@ -123,17 +123,6 @@
 | 
			
		||||
  background-color: #383c4a;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[data-tooltip]::before,
 | 
			
		||||
[data-tooltip]::after {
 | 
			
		||||
  background: #1b1c1d !important; /* .ui.inverted.popup */
 | 
			
		||||
  border-color: #1b1c1d !important; /* .ui.inverted.popup */
 | 
			
		||||
  color: #dbdbdb !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[data-tooltip]::before {
 | 
			
		||||
  box-shadow: 1px 1px 0 0 #1b1c1d !important; /* .ui.inverted.popup */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.green.progress .bar {
 | 
			
		||||
  background-color: #668844;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user