Skip to content

Commit

Permalink
Doc: Remove styling for hyperlinks from the simplified offline style
Browse files Browse the repository at this point in the history
Using a dark theme with the simplified offline style in Qt Assistant
results in hard to see links against a dark background. Let the
backend style the hyperlinks instead.

Pick-to: 6.1 6.0 5.15
Fixes: QTBUG-32778
Change-Id: I51ca87f8a526a07a385e42a3c978712ac4d1e91b
Reviewed-by: Paul Wicking <[email protected]>
  • Loading branch information
toreinio authored and paulwicking committed Feb 19, 2021
1 parent c4c2ce5 commit 6ab1f92
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions doc/global/template/style/offline-simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ pre, .LegaleseLeft {
overflow-x:auto;
}

pre a[href] {
color: #5caa15;
}

p {
width: 70%;
margin: 15px 0px 10px 15px;
Expand All @@ -22,16 +18,6 @@ table p {
padding: 0px;
}

a[href] {
color: #007330;
text-decoration: none;
}

/* Different color for ext. links */
a[href|="http://"], a[href|="https://"] {
color: #6bb8db;
}

h1.title {
margin-top: 30px;
margin-left: 6px;
Expand Down

0 comments on commit 6ab1f92

Please sign in to comment.