Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG Spacing restricted to direct descendants of items #14761

Merged

Conversation

kdumontnu
Copy link
Contributor

See #14638 (comment)

Minor change to restrict svg spacing applied only to direct descendants of menu items. This prevents the styling from being applied to submenu items.

It's worth pointing out this issue was one of many that led me to write about my thoughts on styling in this project.

@CL-Jeremy Thanks for pointing this out.

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Feb 21, 2021
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 21, 2021
@techknowlogick techknowlogick added type/bug topic/ui Change the appearance of the Gitea UI labels Feb 21, 2021
@techknowlogick techknowlogick added this to the 1.14.0 milestone Feb 21, 2021
@techknowlogick
Copy link
Member

🚀

@techknowlogick techknowlogick merged commit a50ca28 into go-gitea:master Feb 21, 2021
@techknowlogick techknowlogick added the skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. label Feb 21, 2021
@kdumontnu kdumontnu deleted the kd/fix-restrict_svg_spacing branch February 22, 2021 00:43
6543 pushed a commit that referenced this pull request Feb 25, 2021
This PR fixes a few UI bugs I spontaneously encountered:

- Fixes emojis in repo titles getting head-cut and tail-cut in dashboard feed due to introduction of 1.25 em emojis at 1 em line-height, by simply using the original 1 3/7 em value of `semantic.css`
- Fixes regression (too long repo names should be capped to 70%) in #13828 due to flex children not respecting properties like `overflow: hidden;`, and removes a block of dead style code
- Follow-up to #14761, removes extraneous code for top navbar and correct right margin for Font Awesome
- Fixes color emphasis inversion in arc-green theme for top right buttons (edit, delete) on commit view boxes
@go-gitea go-gitea locked and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants