From 65eec6e5c32cbb91f897845c9157f1a70f17edd7 Mon Sep 17 00:00:00 2001 From: Yohannah Bautista Date: Tue, 16 Jan 2024 12:44:06 +0800 Subject: [PATCH] 8272. Firefox style changes --- src/components/tabs-module/_tabs-module.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/tabs-module/_tabs-module.scss b/src/components/tabs-module/_tabs-module.scss index ead63961bf..2392080260 100644 --- a/src/components/tabs-module/_tabs-module.scss +++ b/src/components/tabs-module/_tabs-module.scss @@ -818,7 +818,6 @@ html[dir='rtl'] { .add-tab-button { span:first-child { position: relative; - top: -3px; } } @@ -828,6 +827,10 @@ html[dir='rtl'] { padding-top: 8px; } } + + .tab-list .tab:hover.dismissible svg.icon.close { + right: 5px; + } } .tab-container.module-tabs {