From 5111e9fc3e54043bd572d4623da8116136a37a8e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 17 Oct 2019 12:43:37 +0200 Subject: [PATCH] wait #3148 @0.5 --- style/fluidbook.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index fcb09501..1fc48902 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -227,6 +227,14 @@ body, html { #links .link { cursor: auto; + &.rightclone { + display: none; + + .portrait & { + display: block; + } + } + &.eventOverlayLink { cursor: inherit; } -- 2.39.5