From 78d71d156bd492bcbc1f2b97b631043bcaaf0279 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 12 Jan 2021 09:54:32 +0100 Subject: Doc: Remove styling for hyperlinks from the simplified offline style 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. Fixes: QTBUG-32778 Change-Id: I51ca87f8a526a07a385e42a3c978712ac4d1e91b Reviewed-by: Paul Wicking (cherry picked from commit 6ab1f926504e7e4ad64e439f1bb0f7c0f4d3ba01) Reviewed-by: Qt Cherry-pick Bot --- doc/global/template/style/offline-simple.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc/global') diff --git a/doc/global/template/style/offline-simple.css b/doc/global/template/style/offline-simple.css index 83fa15ca17..598c4cb834 100644 --- a/doc/global/template/style/offline-simple.css +++ b/doc/global/template/style/offline-simple.css @@ -8,10 +8,6 @@ pre, .LegaleseLeft { overflow-x:auto; } -pre a[href] { - color: #5caa15; -} - p { width: 70%; margin: 15px 0px 10px 15px; @@ -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; -- cgit v1.2.3