From 25ff8de76d965909d8176c15254f42bfbe77b5e0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 6 Nov 2018 18:37:39 +0100 Subject: [PATCH] fix #2335 @0:10 --- style/fluidbook.less | 4 ++++ style/mmenu/mmenu.less | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 21c5571c..0c5f9d75 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -58,6 +58,10 @@ a { color: inherit; } +*::-ms-clear { + display: none; +} + * { padding: 0; margin: 0; diff --git a/style/mmenu/mmenu.less b/style/mmenu/mmenu.less index 1e2caa78..ac915e08 100644 --- a/style/mmenu/mmenu.less +++ b/style/mmenu/mmenu.less @@ -231,7 +231,6 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { #q { background-color: @menu-field-background; color: @menu-field-text; - -webkit-appearance: none; border: none; border-radius: 0; height: 60px; -- 2.39.5