From f0bc946251f86f495303b2cb21b99a7f2dea0fce Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Jun 2022 16:25:58 +0200 Subject: [PATCH] wip #5309 @0:05 --- style/fluidbook.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 78a85ded..51b504e3 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -987,6 +987,10 @@ input[type="search"]::-webkit-search-results-decoration { background-repeat: no-repeat; z-index: 10; + &[href="#"] { + cursor: default; + } + &.hidden { visibility: hidden; pointer-events: none; -- 2.39.5