From 94fc99c217ae043f30a520780a11c0df57e99dc4 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 1 Apr 2024 14:16:55 +0800 Subject: [PATCH] Prevent flash of dropdown menu on labels list (#30215) (#30216) Backport #30215 by @silverwind On the labels list, This `left` class caused the dropdown content to flash on page load until JS had hidden it. Remove it as I see no purpose to it. image Co-authored-by: silverwind Co-authored-by: wxiaoguang (cherry picked from commit 3ff4a6936b5ee05b3df945c466285de47ea87ef2) --- templates/repo/issue/labels/label_list.tmpl | 2 +- web_src/css/modules/header.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/repo/issue/labels/label_list.tmpl b/templates/repo/issue/labels/label_list.tmpl index d84f14242a..8d7fc2c3db 100644 --- a/templates/repo/issue/labels/label_list.tmpl +++ b/templates/repo/issue/labels/label_list.tmpl @@ -8,7 +8,7 @@ {{ctx.Locale.Tr "repo.issues.filter_sort"}} {{svg "octicon-triangle-down" 14 "dropdown icon"}} -