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/less | |
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/less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 11 |
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; } |