From 8f0e1022116b0899ae938db428b30647fc1d3649 Mon Sep 17 00:00:00 2001 From: Volker E Date: Thu, 31 May 2018 17:36:58 +0200 Subject: [PATCH] Remove special `font-size` treatment of VE overlay Reverting of I6b8a031c2d78785604070ff5fc1c7242bbbc080f as first step of resolving issues and complex inheritance of VE mobile tools CSS. Bug: T195791 Change-Id: Ief66c0d3565d3b67399e5aa2a749035a9a4b47bc --- skinStyles/mobile.editor.ve/minerva.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/skinStyles/mobile.editor.ve/minerva.less b/skinStyles/mobile.editor.ve/minerva.less index 5f853a8..0c388c1 100644 --- a/skinStyles/mobile.editor.ve/minerva.less +++ b/skinStyles/mobile.editor.ve/minerva.less @@ -71,9 +71,6 @@ box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.1 ); .ve-init-mw-mobileArticleTarget-toolbar { - /* Account for difference in height between MF toolbar (3.35em) and VE toolbar (3em) */ - font-size: ( 3.35em / 3 ); - @media all and ( min-width: @wgMFDeviceWidthDesktop ) { border-color: @colorGray12; border-style: solid;