mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Cleanup and use global style on popups (#17674)
* Cleanup and use global style on popups - Fix typo 'poping' to 'popping' - Remove most inline 'data-variation' attributes - Initialize all popups with 'inverted tiny' variation * misc tweaks * rename to .tooltip, use jQuery Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<br>
|
||||
{{range $t, $unit := $.Units}}
|
||||
{{if $unit.Type.UnitGlobalDisabled}}
|
||||
<div class="field poping up" data-content="{{$.i18n.Tr "repo.unit_disabled"}}">
|
||||
<div class="field tooltip" data-content="{{$.i18n.Tr "repo.unit_disabled"}}">
|
||||
{{else}}
|
||||
<div class="field">
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user