File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
<div class="ui container">
5
5
<div class="ui stackable grid">
6
6
<div class="four wide column">
7
- <div class="ui secondary vertical filter menu">
7
+ <div class="ui secondary vertical filter menu gt-bg-transparent ">
8
8
<a class="{{if eq .ViewType "your_repositories"}}ui basic primary button{{end}} item" href="{{.Link}}?type=your_repositories&repos=[{{range $.RepoIDs}}{{.}}%2C{{end}}]&sort={{$.SortType}}&state={{.State}}">
9
9
{{.locale.Tr "home.issues.in_your_repos"}}
10
10
<strong class="ui right">{{CountFmt .IssueStats.YourRepositoriesCount}}</strong>
Original file line number Diff line number Diff line change 4
4
<div class="ui container">
5
5
<div class="ui stackable grid">
6
6
<div class="four wide column">
7
- <div class="ui secondary vertical filter menu">
7
+ <div class="ui secondary vertical filter menu gt-bg-transparent ">
8
8
<a class="item" href="{{.Link}}?type=your_repositories&sort={{$.SortType}}&state={{.State}}&q={{$.Keyword}}">
9
9
{{.locale.Tr "home.issues.in_your_repos"}}
10
10
<strong class="ui right">{{.Total}}</strong>
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ Gitea's private styles use `g-` prefix.
113
113
.gt-bg-brown { background : var (--color-brown ) !important ; }
114
114
.gt-bg-grey { background : var (--color-grey ) !important ; }
115
115
.gt-bg-gold { background : var (--color-gold ) !important ; }
116
+ .gt-bg-transparent { background : transparent !important ; }
116
117
117
118
.gt-text-white { color : var (--color-white ) !important ; }
118
119
You can’t perform that action at this time.
0 commit comments