Add cursor property to toot user avatar. (#2933)
This commit is contained in:
		
							parent
							
								
									5bea42412e
								
							
						
					
					
						commit
						7c249dfd88
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -688,6 +688,7 @@ a.status__content__spoiler-link {
 | 
				
			||||||
.account__avatar {
 | 
					.account__avatar {
 | 
				
			||||||
  @include avatar-radius();
 | 
					  @include avatar-radius();
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
 | 
					  cursor: pointer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &-inline {
 | 
					  &-inline {
 | 
				
			||||||
    display: inline-block;
 | 
					    display: inline-block;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue