1
0
Fork 0
gitea/web_src/less
HesterG 9ebf6424ee
Remove dashes between organization member avatars on hover (#23034)
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:

![hover including title](https://user-images.githubusercontent.com/17645053/220271470-4f49e16f-87eb-4ffa-b38e-23feae1ff92d.png)

![hover without title](https://user-images.githubusercontent.com/17645053/220271512-e4a67685-6b72-4742-a34f-e01ed248c1de.png)

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>
2023-02-21 12:28:31 +01:00
..
chroma
code
codemirror
console
features
markup
modules
shared
standalone
themes
_admin.less
_base.less Fix hidden commit status on multiple checks (#22889) 2023-02-20 16:43:04 +08:00
_dashboard.less
_editor.less
_explore.less Fix avatar misalignment (#22955) 2023-02-20 07:07:46 +08:00
_font_i18n.less
_form.less
_home.less
_install.less
_organization.less Remove dashes between organization member avatars on hover (#23034) 2023-02-21 12:28:31 +01:00
_package.less
_repository.less Fix hidden commit status on multiple checks (#22889) 2023-02-20 16:43:04 +08:00
_review.less First step to refactor the `.hide` to `.gt-hidden` (#22916) 2023-02-16 20:07:21 +08:00
_runner.less Move helpers to be prefixed with `gt-` (#22879) 2023-02-13 17:59:59 +00:00
_svg.less
_tribute.less
_user.less
animations.less
helpers.less Use `gt-relative` class instead of the ambiguous `gt-pr` class (#23008) 2023-02-20 19:16:56 -05:00
index.less
variables.less