-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clippings tree list has unwanted borders on tree items when forced color mode in Firefox is enabled #318
Comments
…color overrides in Firefox is enabled (issue #318)
To fix the checkboxes, the SVG source for the checkbox image will need to be saved from the data: URIs as separate files for each checkbox state (active and hover), and the background colors will need to be specified in the images, rather than styling the background color from the CSS selectors for the checkbox UI elements. |
Resolving the issue with checkboxes when forced color mode is enabled is going to be a bigger fix -- in addition to the checkbox states (normal, hover and active), the user's preferred color scheme (normal vs. dark mode) also needs to be considered. This will be handled in a separate issue - see #321. |
(part of issue #318) - Tested on Windows 10 and macOS Catalina
Clippings 6.2.4
Steps to repro:
Actual result:
The tree items have an extra, unnecessary black border; see screen shot. This issue is reproducible on any OS.
The text was updated successfully, but these errors were encountered: