diff options
author | Topi Reinio <topi.reinio@qt.io> | 2020-12-01 13:04:06 +0100 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@qt.io> | 2021-02-19 08:49:12 +0000 |
commit | e9a7ea6639b303f7313d84aceb8020e6650816b4 (patch) | |
tree | c073a537a3bf8bc722ec6e5a577291de00d109db /doc | |
parent | 6ab1f926504e7e4ad64e439f1bb0f7c0f4d3ba01 (diff) | |
download | qtbase-e9a7ea6639b303f7313d84aceb8020e6650816b4.tar.gz |
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')
-rw-r--r-- | doc/global/template/style/offline.css | 4 |
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; |