From cbf6d4b76c2c307e8c3f4b66f72131704a679c0d Mon Sep 17 00:00:00 2001 From: gopavasanth Date: Mon, 14 Jan 2019 18:01:49 +0530 Subject: [PATCH] Quick CSS fix Changed RevSlider tooltip user-row bubble height and width Bug: T213643 Change-Id: I31278bf00730ba5993a881b695ebff2df2da7f6a --- modules/ext.RevisionSlider.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ext.RevisionSlider.less b/modules/ext.RevisionSlider.less index fbc534a5..7a0b76f7 100644 --- a/modules/ext.RevisionSlider.less +++ b/modules/ext.RevisionSlider.less @@ -417,8 +417,8 @@ of the frameless one (to fit the size of the toggle button */ } .mw-revslider-bubble { - height: 17px; - width: 17px; + height: 1.428571em; + width: 1.428571em; background-color: #ccc; border-radius: 100%; display: inline-block;