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

Desktop: Replace Sidebar note count opacity with colorFaded2 #8298

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

cas--
Copy link
Contributor

@cas-- cas-- commented Jun 9, 2023

Linux users still reporting corrupted text in sidebar. This is a result
of applying a new workaround in 03424f7. However it seems that testing
with particular folder structure and icons was overlooked.

The new issue is still a Chrome Intel GPU bug but because note count also
sets opacity this is another factor requiring fixed. Perhaps the note
count opacity was also the reason for the tag text corruption.

Fixed by removing opacity from note count and using the more correct text
styling of colorFaded2 which has 0.5 alpha channel, as used by AllNotes.

Related: #7506
Fixes: #8297

Before

Screenshot from 2023-06-09 14-59-26

After

Screenshot from 2023-06-09 15-03-07

Linux users still reporting corrupted text in sidebar. This is a result
of applying a new workaround in 03424f7. However it seems that testing
with particular folder structure and icons was overlooked.

The new issue is still a Chrome Intel GPU bug but because note count also
sets opacity this is another factor requiring fixed. Perhaps the note
count opacity was also the reason for the tag text corruption.

Fixed by removing opacity from note count and using the more correct text
styling of colorFaded2 which has 0.5 alpha channel, as used by AllNotes.

Related: laurent22#7506
Fixes: laurent22#8297
@laurent22
Copy link
Owner

Let's merge then, thanks for fix!

@laurent22 laurent22 merged commit bf8e34a into laurent22:dev Jun 10, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS Regression from #7506 ?
2 participants