summaryrefslogtreecommitdiffstats
path: root/web_src/less/features
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-10 19:28:07 +0100
committerGitHub <noreply@github.com>2020-11-10 20:28:07 +0200
commit21d496364a5e654ba535d06269f6c6679b5c2d74 (patch)
tree6d69c6397dfd135c6e60537d3368152e996c9184 /web_src/less/features
parent9155f13bf859ae170892abd0bbb6860e4990263f (diff)
downloadgitea-21d496364a5e654ba535d06269f6c6679b5c2d74.tar.gz
gitea-21d496364a5e654ba535d06269f6c6679b5c2d74.zip
Fix tooltips and issue dependency styles (#13458)
- Convert all tooltips to JS-based ones, fixing overflow issues - Restyle issue dependencies/dependants - Move popup styles to base style - CSS Helper tweaks - Unify pseudo element selectors and lint for it Fixes: https://github.com/go-gitea/gitea/issues/13400
Diffstat (limited to 'web_src/less/features')
-rw-r--r--web_src/less/features/animations.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/features/animations.less b/web_src/less/features/animations.less
index 8ee923a97d..0b50440bf3 100644
--- a/web_src/less/features/animations.less
+++ b/web_src/less/features/animations.less
@@ -12,7 +12,7 @@
overflow: hidden !important;
}
-.is-loading:after {
+.is-loading::after {
content: "";
position: absolute;
display: block;