1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00
gitea/templates/repo/settings
wxiaoguang d306ab2b8f
Remove Fomantic-UI's .hidden CSS class for menu elements (#22895)
* Like #22851
* All other dropdown menu elements do not have such `hidden` class.
* Actually the dropdown menu elements do not need it in HTML, so this PR
removes it.
* There is already `.ui.dropdown .menu { display: none; }`, so when
loading the page, the menu is correctly hidden initially, no need to add
any more CSS classes.
* The Fomantic UI's `.hidden` class should still exist until there is no
its checkbox/dropdown module anymore. The Fomantic UI JS code still
addes `hidden` for `ui checkbox` and addes `transition hidden` for `ui
menu` at the moment.
* This PR also cleans the legacy inline `style`, which is quite hacky
and no need anymore.

All these dropdown menus work well.

I have tested these 5 places:

* The code search from User Profile
* The issue sidebar to lock issue
* The repo search form
* The repo setting page: branch list
* The repo setting page: merge option list

Screenshot:

![image](https://user-images.githubusercontent.com/2114189/218534515-e7dfe291-6765-4e0b-833c-b74f17e30117.png)
2023-02-14 19:53:54 +08:00
..
webhook Move helpers to be prefixed with gt- (#22879) 2023-02-13 17:59:59 +00:00
branches.tmpl Remove Fomantic-UI's .hidden CSS class for menu elements (#22895) 2023-02-14 19:53:54 +08:00
collaboration.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
deploy_keys.tmpl Move helpers to be prefixed with gt- (#22879) 2023-02-13 17:59:59 +00:00
githook_edit.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
githooks.tmpl Move helpers to be prefixed with gt- (#22879) 2023-02-13 17:59:59 +00:00
lfs_file_find.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
lfs_file.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
lfs_locks.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
lfs_pointers.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
lfs.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
nav.tmpl Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
navbar.tmpl Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
options.tmpl Remove Fomantic-UI's .hidden CSS class for menu elements (#22895) 2023-02-14 19:53:54 +08:00
protected_branch.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
runner_edit.tmpl Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runners.tmpl Implement actions (#21937) 2023-01-31 09:45:19 +08:00
secrets.tmpl Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
tags.tmpl Move helpers to be prefixed with gt- (#22879) 2023-02-13 17:59:59 +00:00