1
0
Fork 0
forked from kevadesu/forgejo
RSCC-Forge/web_src/less
HesterG 9ebf6424ee
Remove dashes between organization member avatars on hover ()
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 Improve arc-green code theme () 2022-09-03 23:24:18 +08:00
code Fix and restyle menu on code line () 2021-05-18 23:16:02 -04:00
codemirror Support Issue forms and PR forms () 2022-09-02 15:58:49 +08:00
console Add support for rendering terminal output with colors () 2022-06-09 00:46:39 +03:00
features Preview images for Issue cards in Project Board view () 2023-02-11 16:12:41 +08:00
markup Load asciicast css async () 2023-01-18 12:19:38 -06:00
modules Use separate class for tippy targets () 2022-08-10 22:47:28 +08:00
shared Timeline and color tweaks () 2022-11-19 12:02:30 +08:00
standalone Update JS dependencies, fix lint () 2022-02-01 13:21:08 -05:00
themes Release and Tag List tweaks () 2022-12-06 21:15:46 +08:00
_admin.less Webhook list enhancements () 2022-11-22 07:10:42 +08:00
_base.less Fix hidden commit status on multiple checks () 2023-02-20 16:43:04 +08:00
_dashboard.less Fix margin and alignment in dashboard repolist () 2022-12-17 09:58:57 +08:00
_editor.less Extract CodeMirror styles () 2021-12-20 20:07:49 +00:00
_explore.less Fix avatar misalignment () 2023-02-20 07:07:46 +08:00
_font_i18n.less Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja () 2021-12-13 00:04:18 +01:00
_form.less Add new captcha: cloudflare turnstile () 2023-02-05 15:29:03 +08:00
_home.less fix media query edge case () 2020-11-17 00:33:19 -05:00
_install.less Move all remaining colors into CSS variables () 2022-11-23 08:22:27 +08:00
_organization.less Remove dashes between organization member avatars on hover () 2023-02-21 12:28:31 +01:00
_package.less Fix empty container layer history and UI () 2022-09-27 15:03:24 +02:00
_repository.less Fix hidden commit status on multiple checks () 2023-02-20 16:43:04 +08:00
_review.less First step to refactor the .hide to .gt-hidden () 2023-02-16 20:07:21 +08:00
_runner.less Move helpers to be prefixed with gt- () 2023-02-13 17:59:59 +00:00
_svg.less Update JS dependencies, fix lint () 2022-02-01 13:21:08 -05:00
_tribute.less CSS color enhancements () 2022-10-23 12:05:20 +08:00
_user.less Add badge capabilities to users () 2022-08-18 02:25:25 +03:00
animations.less Improvements for Content Copy () 2022-11-21 17:59:42 +08:00
helpers.less Use gt-relative class instead of the ambiguous gt-pr class () 2023-02-20 19:16:56 -05:00
index.less Remove _actions.less () 2023-02-13 08:33:33 -06:00
variables.less fix media query edge case () 2020-11-17 00:33:19 -05:00