From bc92dc453607e2eb7a8021c333a129a29077aa8b Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Thu, 9 Mar 2023 11:22:10 +0100 Subject: [PATCH] Fixed icon buttons #247 --- kdb-web/src/styles/themes/sh-edraft-dark-theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kdb-web/src/styles/themes/sh-edraft-dark-theme.scss b/kdb-web/src/styles/themes/sh-edraft-dark-theme.scss index 3a3d6013..e730bef1 100644 --- a/kdb-web/src/styles/themes/sh-edraft-dark-theme.scss +++ b/kdb-web/src/styles/themes/sh-edraft-dark-theme.scss @@ -518,6 +518,10 @@ } .icon-btn { + .p-button-label { + transition-duration: unset !important; + } + &:hover { background-color: transparent !important; color: $primaryHeaderColor !important;