Fix missing top border on Admin Hashtags UI (#31443)
This commit is contained in:
		
							parent
							
								
									7b7a29867b
								
							
						
					
					
						commit
						6615f17b48
					
				| 
						 | 
					@ -149,6 +149,14 @@ a.table-action-link {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.batch-table {
 | 
					.batch-table {
 | 
				
			||||||
 | 
					  &--no-toolbar {
 | 
				
			||||||
 | 
					    .batch-table__toolbar {
 | 
				
			||||||
 | 
					      position: static;
 | 
				
			||||||
 | 
					      height: 4px;
 | 
				
			||||||
 | 
					      border-bottom: none;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__toolbar,
 | 
					  &__toolbar,
 | 
				
			||||||
  &__row {
 | 
					  &__row {
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%hr.spacer/
 | 
					%hr.spacer/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.batch-table
 | 
					.batch-table.batch-table--no-toolbar
 | 
				
			||||||
 | 
					  .batch-table__toolbar
 | 
				
			||||||
  .batch-table__body
 | 
					  .batch-table__body
 | 
				
			||||||
    - if @tags.empty?
 | 
					    - if @tags.empty?
 | 
				
			||||||
      = nothing_here 'nothing-here--under-tabs nothing-here--no-toolbar'
 | 
					      = nothing_here 'nothing-here--under-tabs nothing-here--no-toolbar'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue