You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
chroma Improve arc-green code theme (#21039) 2 years ago
code Fix and restyle menu on code line (#15913) 3 years ago
codemirror Support Issue forms and PR forms (#20987) 2 years ago
console Add support for rendering terminal output with colors (#19497) 2 years ago
features Preview images for Issue cards in Project Board view (#22112) 1 year ago
markup Load asciicast css async (#22502) 1 year ago
modules Use separate class for tippy targets (#20742) 2 years ago
shared Timeline and color tweaks (#21799) 2 years ago
standalone Update JS dependencies, fix lint (#18389) 2 years ago
themes Release and Tag List tweaks (#21712) 2 years ago
_admin.less Webhook list enhancements (#21893) 2 years ago
_base.less Fix hidden commit status on multiple checks (#22889) 1 year ago
_dashboard.less Fix margin and alignment in dashboard repolist (#22120) 2 years ago
_editor.less Extract CodeMirror styles (#17960) 3 years ago
_explore.less Fix avatar misalignment (#22955) 1 year ago
_font_i18n.less Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) 3 years ago
_form.less Add new captcha: cloudflare turnstile (#22369) 1 year ago
_home.less fix media query edge case (#13546) 4 years ago
_install.less Move all remaining colors into CSS variables (#21903) 2 years ago
_organization.less Remove dashes between organization member avatars on hover (#23034) 1 year ago
_package.less Fix empty container layer history and UI (#21251) 2 years ago
_repository.less Fix hidden commit status on multiple checks (#22889) 1 year ago
_review.less First step to refactor the `.hide` to `.gt-hidden` (#22916) 1 year ago
_runner.less Move helpers to be prefixed with `gt-` (#22879) 1 year ago
_svg.less Update JS dependencies, fix lint (#18389) 2 years ago
_tribute.less CSS color enhancements (#21534) 2 years ago
_user.less Add badge capabilities to users (#20607) 2 years ago
animations.less Improvements for Content Copy (#21842) 2 years ago
helpers.less Use `gt-relative` class instead of the ambiguous `gt-pr` class (#23008) 1 year ago
index.less Remove _actions.less (#22885) 1 year ago
variables.less fix media query edge case (#13546) 4 years ago