summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-12-01 13:04:06 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2021-02-19 08:49:12 +0000
commite9a7ea6639b303f7313d84aceb8020e6650816b4 (patch)
treec073a537a3bf8bc722ec6e5a577291de00d109db /doc/global
parent6ab1f926504e7e4ad64e439f1bb0f7c0f4d3ba01 (diff)
Offline documentation CSS: Remove external link icon from video links
Pick-to: 6.1 Change-Id: I1fddad28399f83bfb8bfb7bbc0c4825907dfeb4d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/template/style/offline.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css
index bb0a2350dc..13c2283a81 100644
--- a/doc/global/template/style/offline.css
+++ b/doc/global/template/style/offline.css
@@ -96,6 +96,10 @@ a[href*="https://"]::before {
padding-right: 5px;
}
+.video a {
+ background: none;
+}
+
.flags {
text-decoration: none;
text-height: 24px;