aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/fomantic/_site
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/fomantic/_site
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/fomantic/_site')
-rw-r--r--web_src/fomantic/_site/globals/site.variables1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/fomantic/_site/globals/site.variables b/web_src/fomantic/_site/globals/site.variables
index 3c1781a08f..e7e0b82918 100644
--- a/web_src/fomantic/_site/globals/site.variables
+++ b/web_src/fomantic/_site/globals/site.variables
@@ -5,3 +5,4 @@
@bold: 500;
@useCustomScrollbars: false;
@disabledOpacity: var(--opacity-disabled);
+@variationPopupTooltip: false;