forked from forgejo/forgejo
Backport #25312 by @wxiaoguang 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.   Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
e6e1cfd8e4
commit
e9105ac281
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue