mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	- Convert all tooltips to JS-based ones, fixing overflow issues - Restyle issue dependencies/dependants - Move popup styles to base style - CSS Helper tweaks - Unify pseudo element selectors and lint for it Fixes: https://github.com/go-gitea/gitea/issues/13400
		
			
				
	
	
		
			16 lines
		
	
	
		
			482 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			482 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
extends: stylelint-config-standard
 | 
						|
 | 
						|
rules:
 | 
						|
  at-rule-empty-line-before: null
 | 
						|
  block-closing-brace-empty-line-before: null
 | 
						|
  color-hex-length: null
 | 
						|
  comment-empty-line-before: null
 | 
						|
  declaration-block-single-line-max-declarations: null
 | 
						|
  declaration-empty-line-before: null
 | 
						|
  indentation: 2
 | 
						|
  no-descending-specificity: null
 | 
						|
  number-leading-zero: never
 | 
						|
  rule-empty-line-before: null
 | 
						|
  selector-pseudo-element-colon-notation: double
 | 
						|
  shorthand-property-no-redundant-values: true
 |