summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-12-01 13:04:06 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-19 14:39:21 +0000
commit09a710243341234926cd7f31ef6973ea1cc7f67e (patch)
tree5d5593f9e3c51f725f1b29433ca00a949d8d9830 /doc
parent02ad983e3fd7b6d3eda54836523f0afd3b3fc6c7 (diff)
Offline documentation CSS: Remove external link icon from video links
Change-Id: I1fddad28399f83bfb8bfb7bbc0c4825907dfeb4d Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit e9a7ea6639b303f7313d84aceb8020e6650816b4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc')
-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;