summaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-09-08 08:23:46 +0200
committerGitHub <noreply@github.com>2021-09-08 07:23:46 +0100
commitbc81d12e68d16458fea4ee024c0168c2f33db1e6 (patch)
tree3fc1937313f0c85e095fbab22e5816088fb5a746 /web_src/less
parent63d7cbcef13b4eb719a5749a1a79361461c77135 (diff)
downloadgitea-bc81d12e68d16458fea4ee024c0168c2f33db1e6.tar.gz
gitea-bc81d12e68d16458fea4ee024c0168c2f33db1e6.zip
Disable Fomantic's CSS tooltips (#16974)
CSS-only tooltips suffer various issues with positioning and there was only one single instance of them in the templates. Replace that instance with a regular popup and exclude these `data-tooltip` styles from the Fomantic build.
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/themes/theme-arc-green.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index b8ee6d4e84..bb1e12c471 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -123,17 +123,6 @@
background-color: #383c4a;
}
-[data-tooltip]::before,
-[data-tooltip]::after {
- background: #1b1c1d !important; /* .ui.inverted.popup */
- border-color: #1b1c1d !important; /* .ui.inverted.popup */
- color: #dbdbdb !important;
-}
-
-[data-tooltip]::before {
- box-shadow: 1px 1px 0 0 #1b1c1d !important; /* .ui.inverted.popup */
-}
-
.ui.green.progress .bar {
background-color: #668844;
}