diff options
author | silverwind <me@silverwind.io> | 2021-09-08 08:23:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 07:23:46 +0100 |
commit | bc81d12e68d16458fea4ee024c0168c2f33db1e6 (patch) | |
tree | 3fc1937313f0c85e095fbab22e5816088fb5a746 /web_src/fomantic/_site | |
parent | 63d7cbcef13b4eb719a5749a1a79361461c77135 (diff) | |
download | gitea-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.variables | 1 |
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; |