mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 21:29:12 +01:00
bc81d12e68
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.
8 lines
285 B
Text
8 lines
285 B
Text
/* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
|
|
|
|
@headerFont: var(--fonts-regular);
|
|
@pageFont: var(--fonts-regular);
|
|
@bold: 500;
|
|
@useCustomScrollbars: false;
|
|
@disabledOpacity: var(--opacity-disabled);
|
|
@variationPopupTooltip: false;
|