mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Close #22847 This PR: * introduce Gitea's own `showElem` and related functions * remove jQuery show/hide * remove .hide class * remove inline style=display:none From now on: do not use: * "[hidden]" attribute: it's too weak, can not be applied to an element with "display: flex" * ".hidden" class: it has been polluted by Fomantic UI in many cases * inline style="display: none": it's difficult to tweak * jQuery's show/hide/toggle: it can not show/hide elements with "display: xxx !important" only use: * this ".gt-hidden" class * showElem/hideElem/toggleElem functions in "utils/dom.js" cc: @silverwind , this is the all-in-one PR |
2 years ago | |
---|---|---|
.. | ||
chroma | 2 years ago | |
code | 4 years ago | |
codemirror | 2 years ago | |
console | 3 years ago | |
features | 2 years ago | |
markup | 2 years ago | |
modules | 3 years ago | |
shared | 2 years ago | |
standalone | 3 years ago | |
themes | 2 years ago | |
_admin.less | 2 years ago | |
_base.less | 2 years ago | |
_dashboard.less | 2 years ago | |
_editor.less | 3 years ago | |
_explore.less | 2 years ago | |
_font_i18n.less | 3 years ago | |
_form.less | 2 years ago | |
_home.less | 4 years ago | |
_install.less | 2 years ago | |
_organization.less | 2 years ago | |
_package.less | 2 years ago | |
_repository.less | 2 years ago | |
_review.less | 2 years ago | |
_runner.less | 2 years ago | |
_svg.less | 3 years ago | |
_tribute.less | 2 years ago | |
_user.less | 3 years ago | |
animations.less | 2 years ago | |
helpers.less | 2 years ago | |
index.less | 2 years ago | |
variables.less | 4 years ago |