mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	Add vendor-prefixed user-select to code block line numbers
This commit is contained in:
		| @@ -833,6 +833,15 @@ code { | |||||||
|   display: block; |   display: block; | ||||||
| } /* fixes line numbers on firefox when there's only one line */ | } /* fixes line numbers on firefox when there's only one line */ | ||||||
|  |  | ||||||
|  | .chroma .lnt, | ||||||
|  | .chroma .ln { | ||||||
|  |   /* chroma sets the non-prefixed one only */ | ||||||
|  |   user-select: none; | ||||||
|  |   -webkit-user-select: none; | ||||||
|  |   -moz-user-select: none; | ||||||
|  |   -ms-user-select: none; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* }}} */ | /* }}} */ | ||||||
|  |  | ||||||
| /* Asides {{{ */ | /* Asides {{{ */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user