mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Ensure emoji render with regular font-weight (#11541)
Emoji characters don't support bold attributes and may do weird things like rendering monochrome when bolded.
This commit is contained in:
		@@ -1257,9 +1257,9 @@ i.icon.centerlock {
 | 
				
			|||||||
.reaction {
 | 
					.reaction {
 | 
				
			||||||
    font-size: 1.5em;
 | 
					    font-size: 1.5em;
 | 
				
			||||||
    line-height: 1.2;
 | 
					    line-height: 1.2;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-style: normal !important;
 | 
				
			||||||
 | 
					    font-weight: normal !important;
 | 
				
			||||||
    vertical-align: middle;
 | 
					    vertical-align: middle;
 | 
				
			||||||
    font-style: normal;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#issue-title > .emoji {
 | 
					#issue-title > .emoji {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user