Add "angle-down" icon for user menu button
make it more obvious that it's a menu button...
This commit is contained in:
		
							parent
							
								
									609fef4159
								
							
						
					
					
						commit
						f19b1bc387
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		|  | @ -6,12 +6,14 @@ | ||||||
|            class="level-item"> |            class="level-item"> | ||||||
| 
 | 
 | ||||||
|         <b-dropdown aria-role="menu"> |         <b-dropdown aria-role="menu"> | ||||||
|           <button class="button is-primary" | 
 | ||||||
|                   :class="{'is-danger': exposeRoot && user_is_root}" |           <b-button type="is-primary" | ||||||
|                   slot="trigger"> |                     :class="{'is-danger': exposeRoot && user_is_root}" | ||||||
|             <b-icon icon="fas fa-user"></b-icon> |                     slot="trigger" | ||||||
|             <span>{{ user.short_name }}</span> |                     icon-left="user" | ||||||
|           </button> |                     icon-right="angle-down"> | ||||||
|  |             {{ user.short_name }} | ||||||
|  |           </b-button> | ||||||
| 
 | 
 | ||||||
|           <slot></slot> |           <slot></slot> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar