-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix dropdown delegating and some UI problems #34014
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
Conversation
Shouldn't it show one border in that example? |
This PR only make the old "delegating" logic work again. The "divider" problem is another one, not related to the "delegating" |
@@ -1,6 +1,6 @@ | |||
{{$avatarLink := (.RelAvatarLink ctx)}} | |||
{{if $avatarLink}} | |||
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="24" height="24" alt="{{.FullName}}"> | |||
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="24" height="24" alt="" aria-hidden="true"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not null, so why did you change it? This should not affect the width.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f5c09f3
to
33eb1bd
Compare
* giteaofficial/main: [skip ci] Updated translations via Crowdin Download actions job logs from API (go-gitea#33858) Fail mirroring more gracefully (go-gitea#34002) Fix dropdown module accessing (go-gitea#34026) Polyfill WeakRef (go-gitea#34025) Fix dropdown delegating and some UI problems (go-gitea#34014)
The old logic is incomplete. See the comment for the improved logic.
Fix #34011
And more fixes: