summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-06-18 03:20:07 +0200
committerGitHub <noreply@github.com>2020-06-17 21:20:07 -0400
commit6c81b738f71e46aae33424051ac3e4cffa974fed (patch)
treeb21bcd0451da74d48970d2096701f59d4e02dbee /web_src
parent6c38f371ea3ed98a2ed0534261f5d175c11c628d (diff)
downloadgitea-6c81b738f71e46aae33424051ac3e4cffa974fed.tar.gz
gitea-6c81b738f71e46aae33424051ac3e4cffa974fed.zip
Update Fomantic-UI to 2.8.6 and remove old workarounds (#11933)
Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/_base.less8
-rw-r--r--web_src/less/_repository.less3
2 files changed, 0 insertions, 11 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index a80806ec20..b3afe3648f 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -1048,14 +1048,6 @@ i.icon.centerlock {
top: 1em;
}
-// temporary workaround for fomantic 2.8.5 bug
-// https://github.com/go-gitea/gitea/pull/11767
-i.icon,
-i.icons {
- vertical-align: unset;
- line-height: unset;
-}
-
.ui.label {
padding: .3em .5em;
}
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index ca3d56592e..795deeb49c 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -652,9 +652,6 @@
margin-left: 10px;
margin-top: 10px;
}
- .icon-octicon {
- padding-left: 2px;
- }
.branch-update.grid {
.row {
padding-bottom: 1rem;