-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Apply #12576 to top right reaction picker #12623
Apply #12576 to top right reaction picker #12623
Conversation
2c2ef5d
to
4369c73
Compare
Codecov Report
@@ Coverage Diff @@
## master #12623 +/- ##
=======================================
Coverage 43.44% 43.44%
=======================================
Files 645 645
Lines 71328 71328
=======================================
+ Hits 30986 30989 +3
+ Misses 35331 35328 -3
Partials 5011 5011
Continue to review full report at Codecov.
|
how does it look in dark theme? |
I'm not sure what this change exactly fixes from the screenshots. Can you showcase a before/after comparison? Last time I worked at that picker, I had the idea of rewriting it to flexbox because it's quite a hack currently, layout-wise. |
As the title suggests, this PR adds hover effect to the picker in the top right corner. For comparison, goto try.gitea.io and click on any of the top right picker icons. The previous |
Ah I see. Totally missed the fact that there's two ways to trigger that menu. |
I'll just open this since I cannot find a reason for the bug below.
After this PR, the reaction emoji is slightly shifted toward right in the top right drop-down. Seeing this in both Chromium (81) and Safari, but not in Firefox. Bottom left picker is unaffected.
Edit: confirmed to be Apple-specific. Should have something to do with the rendering engine.