From 8e654f4f2c91059566827057afad54392cf57d36 Mon Sep 17 00:00:00 2001 From: Nguyen Cao Cuong - Peter James <50004497+caocuong2404@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:01:50 +0700 Subject: [PATCH] fix(styling _table.scss): button tooltip style - fix button's background when hover was deviation --- src/main/scss/components/_table.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/scss/components/_table.scss b/src/main/scss/components/_table.scss index 7d8b9e274f6e..fc9543e32855 100644 --- a/src/main/scss/components/_table.scss +++ b/src/main/scss/components/_table.scss @@ -172,6 +172,12 @@ padding: 0.5rem 0.75rem; min-height: 1.75rem; + // fix background deviation + [tooltip]::before { + border: initial; + transform: initial; + } + // Increase the size of symbols compared to regular buttons svg { width: 1.5rem !important;