mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Fix label list divider (#25312)
We only needs 2 lines to hide the dividers.
```
  $dropdownLabelFilter.dropdown('setting', {'hideDividers': 'empty'});
  $dropdownLabelFilter.dropdown('refreshItems');
```
Other code blocks are refactored by the way.


			
			
This commit is contained in:
		| @@ -149,7 +149,6 @@ | ||||
| .repository .filter.menu.labels .label-filter .menu .info { | ||||
|   display: inline-block; | ||||
|   padding: 0.5rem 0.25rem; | ||||
|   border-bottom: 1px solid var(--color-secondary); | ||||
|   font-size: 12px; | ||||
|   width: 100%; | ||||
|   white-space: nowrap; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user