From b7d55de222e1ea6ab0817c4911c7559ef1c94285 Mon Sep 17 00:00:00 2001 From: Gusted <postmaster@gusted.xyz> Date: Sat, 30 Mar 2024 23:32:01 +0100 Subject: [PATCH] [BUG] Consistent styling for Sort filter - The dropdowns that contain filters for issues and pull requests are currently not styled with the `small` class, which causes a smaller font size to be set. Remove it for the `Sort` filter to make it consistent and make it _more_ readable. - Resolves #2914 --- templates/projects/list.tmpl | 2 +- templates/repo/issue/filter_list.tmpl | 2 +- templates/repo/issue/milestone/filter_list.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/projects/list.tmpl b/templates/projects/list.tmpl index ec02e9a6fc..0908f5648c 100644 --- a/templates/projects/list.tmpl +++ b/templates/projects/list.tmpl @@ -25,7 +25,7 @@ {{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.project_kind")}} </form> <!-- Sort --> - <div class="list-header-sort ui small dropdown type jump item"> + <div class="list-header-sort ui dropdown type jump item"> <span class="text"> {{ctx.Locale.Tr "repo.issues.filter_sort"}} </span> diff --git a/templates/repo/issue/filter_list.tmpl b/templates/repo/issue/filter_list.tmpl index cbd2fa3e05..6bf6d6b9d3 100644 --- a/templates/repo/issue/filter_list.tmpl +++ b/templates/repo/issue/filter_list.tmpl @@ -188,7 +188,7 @@ {{end}} <!-- Sort --> -<div class="list-header-sort ui small dropdown downward type jump item"> +<div class="list-header-sort ui dropdown downward type jump item"> <span class="text"> {{ctx.Locale.Tr "repo.issues.filter_sort"}} </span> diff --git a/templates/repo/issue/milestone/filter_list.tmpl b/templates/repo/issue/milestone/filter_list.tmpl index 45f9866a16..ecfb95bb13 100644 --- a/templates/repo/issue/milestone/filter_list.tmpl +++ b/templates/repo/issue/milestone/filter_list.tmpl @@ -1,5 +1,5 @@ <!-- Sort --> -<div class="list-header-sort ui small dropdown type jump item"> +<div class="list-header-sort ui dropdown type jump item"> <span class="text"> {{ctx.Locale.Tr "repo.issues.filter_sort"}} </span>