diff options
author | silverwind <me@silverwind.io> | 2020-11-10 19:28:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 20:28:07 +0200 |
commit | 21d496364a5e654ba535d06269f6c6679b5c2d74 (patch) | |
tree | 6d69c6397dfd135c6e60537d3368152e996c9184 /web_src/less/features | |
parent | 9155f13bf859ae170892abd0bbb6860e4990263f (diff) | |
download | gitea-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.less | 2 |
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; |