mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +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:
		| @@ -137,7 +137,7 @@ function initVueComponents() { | ||||
|  | ||||
|     mounted() { | ||||
|       this.changeReposFilter(this.reposFilter); | ||||
|       $(this.$el).find('.poping.up').popup(); | ||||
|       $(this.$el).find('.tooltip').popup(); | ||||
|       $(this.$el).find('.dropdown').dropdown(); | ||||
|       this.setCheckboxes(); | ||||
|       Vue.nextTick(() => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user