From e9a7ea6639b303f7313d84aceb8020e6650816b4 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 1 Dec 2020 13:04:06 +0100 Subject: [PATCH] Offline documentation CSS: Remove external link icon from video links Pick-to: 6.1 Change-Id: I1fddad28399f83bfb8bfb7bbc0c4825907dfeb4d Reviewed-by: Paul Wicking --- doc/global/template/style/offline.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index bb0a2350dc2..13c2283a813 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;