1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-10 04:27:22 +00:00

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.
This commit is contained in:
silverwind
2021-09-08 08:23:46 +02:00
committed by GitHub
parent 63d7cbcef1
commit bc81d12e68
4 changed files with 2 additions and 447 deletions

View File

@ -5,3 +5,4 @@
@bold: 500;
@useCustomScrollbars: false;
@disabledOpacity: var(--opacity-disabled);
@variationPopupTooltip: false;