1
0
Fork 0
forked from forgejo/forgejo

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
This commit is contained in:
silverwind 2020-11-10 19:28:07 +01:00 committed by GitHub
parent 9155f13bf8
commit 21d496364a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 164 additions and 146 deletions

View file

@ -403,10 +403,10 @@
border: 0;
}
pre code:before,
pre code:after,
pre tt:before,
pre tt:after {
pre code::before,
pre code::after,
pre tt::before,
pre tt::after {
content: normal;
}