Skip to content

Remove hardcoded styles from hyperlinks #1286

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

Merged
merged 1 commit into from
Jan 5, 2018
Merged

Remove hardcoded styles from hyperlinks #1286

merged 1 commit into from
Jan 5, 2018

Conversation

oscarwcl
Copy link
Contributor

@oscarwcl oscarwcl commented Jan 5, 2018

These hardcoded styles are unnecessary, as Qt will automatically add styling to hyperlinks that matches the system theme.

This improves compatibility with Qt themes, especially dark themes, where the hardcoded blue hyperlinks are almost unreadable.

Before:
before

After:
after

These hardcoded styles are unnecessary, as Qt will automatically
add styling to hyperlinks that matches the system theme.
@justinclift justinclift added the enhancement Feature requests. label Jan 5, 2018
@justinclift
Copy link
Member

Thanks @oscarwcl. 😄 Yep, this sounds useful. No downsides are really springing to mind either.

Looking over the change quickly, nothing pops out as likely bad. Haven't tried compiling it yet though, probably won't today either. Maybe tomorrow, if no-one else has gotten to this already. 😄

@MKleusberg
Copy link
Member

Yep, that really makes sense to change. Thanks, @oscarwcl 😄

@MKleusberg MKleusberg merged commit 14da8dc into sqlitebrowser:master Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants