mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
On the home page of an organization, there are unexpected dashes between the avatars of the members when hovering over the avatars, as shown in below:   This is because in `fomantic/build/semantic.css` there is a rule `text-decoration: underline;` when hovering over the `<a>` tag. Here, the `<a>` tag has width and height because of the avatar image inside, leading to the unexpected underlines. This PR overrides the `a:hover` rule so the underline does not exist anymore. Co-authored-by: delvh <leon@kske.dev> |
||
|---|---|---|
| .. | ||
| chroma | ||
| code | ||
| codemirror | ||
| console | ||
| features | ||
| markup | ||
| modules | ||
| shared | ||
| standalone | ||
| themes | ||
| _admin.less | ||
| _base.less | ||
| _dashboard.less | ||
| _editor.less | ||
| _explore.less | ||
| _font_i18n.less | ||
| _form.less | ||
| _home.less | ||
| _install.less | ||
| _organization.less | ||
| _package.less | ||
| _repository.less | ||
| _review.less | ||
| _runner.less | ||
| _svg.less | ||
| _tribute.less | ||
| _user.less | ||
| animations.less | ||
| helpers.less | ||
| index.less | ||
| variables.less | ||