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

fix(themes): Text selection color #1951

Merged
merged 6 commits into from
Mar 29, 2024
Merged

fix(themes): Text selection color #1951

merged 6 commits into from
Mar 29, 2024

Conversation

Flemmli97
Copy link
Collaborator

What this PR does 📖

  • Changes the text selection color. While fixing the issue i noticed some stuff though:
    • Text selection color gets applied with some blending algorithm with the background if the provided color either has no alpha value provided (e.g. #ff00ff) or an alpha value of 1 (e.g. #ff00ffff). This seems to only apply to macos though as just judging from the linked issue on windows the color gets applied as it is causing the problem.
      This makes a consistent ui kinda hard.
    • For now i made the contrast between selection and text color a bit more to see how it goes

Which issue(s) this PR fixes 🔨

@github-actions github-actions bot added Don't merge yet DO NOT MERGE Missing dev review Still needs to be reviewed by a dev labels Mar 27, 2024
@phillsatellite
Copy link
Contributor

Hey @Flemmli97 👋 When Sara and I tested it seemed to be almost the same as dev

This branch
image

Dev branch
image

@phillsatellite phillsatellite added the Changes requested When other dev or QA request a change label Mar 27, 2024
Copy link
Contributor

github-actions bot commented Mar 27, 2024

UI Automated Test Results Summary for MacOS/Windows

507 tests   464 ✅  3h 5m 35s ⏱️
 44 suites   43 💤
  3 files      0 ❌

Results for commit c9bbfb0.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Mar 27, 2024

UI Automated Tests execution is complete! You can find the test results report here

@Flemmli97
Copy link
Collaborator Author

i now added an alpha value (of 0.4 cause that seems apparently the default on mac). can you try and see how it looks? on mac this makes it sometimes look different though than before

original
Screenshot 2024-03-28 at 13 13 32

now:
Screenshot 2024-03-28 at 13 18 27

@Flemmli97 Flemmli97 removed the Changes requested When other dev or QA request a change label Mar 28, 2024
@stavares843 stavares843 added the QA Tested QA has tested and approved label Mar 28, 2024
@dariusc93 dariusc93 added Ready to Merge This PR is ready to merge and removed Missing dev review Still needs to be reviewed by a dev Don't merge yet DO NOT MERGE labels Mar 29, 2024
@stavares843 stavares843 merged commit 4c075ee into dev Mar 29, 2024
10 checks passed
@stavares843 stavares843 deleted the text_selection_color branch March 29, 2024 01:34
@github-actions github-actions bot removed QA Tested QA has tested and approved Ready to Merge This PR is ready to merge labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

task(themes): in windows select text is not very visible
4 participants