0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 20:34:34 +01:00
gitea/web_src/css
wxiaoguang bfab129fb9
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.


![image](https://github.com/go-gitea/gitea/assets/2114189/74989996-fcea-4df4-b534-b06f7957939a)


![image](https://github.com/go-gitea/gitea/assets/2114189/ee3b3761-b96e-4fb5-b646-e9d3117e5f40)
2023-06-18 17:33:12 +00:00
..
chroma
codemirror Remove EasyMDE focus outline on text (#25328) 2023-06-18 04:10:07 +00:00
editor
features
markup Add stylelint-declaration-block-no-ignored-properties (#25284) 2023-06-18 04:22:09 +00:00
modules
repo Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
shared Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
standalone
themes
actions.css
admin.css
base.css
dashboard.css
explore.css
font_i18n.css
form.css
helpers.css
home.css
index.css Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
install.css
org.css
repo.css Fix label list divider (#25312) 2023-06-18 17:33:12 +00:00
review.css
user.css