diff --git a/src/App.scss b/src/App.scss index 514e21f..5207df3 100644 --- a/src/App.scss +++ b/src/App.scss @@ -40,7 +40,7 @@ button { &:hover .tooltip { visibility: visible; - transition-delay: 0.5s; + opacity: 100%; } .tooltip { @@ -55,7 +55,6 @@ button { background-color: #363B4E; visibility: hidden; z-index: 10000; - transition: 0s visibility; color: white; text-align: center; @@ -66,6 +65,10 @@ button { font-weight: 400; line-height: 20px; letter-spacing: 0.55px; + + transition: opacity .1s; + transition-delay: 0.8s; + opacity: 0%; } .tooltip::after { diff --git a/src/components-shared/Dropdowns/ActionDropdown.jsx b/src/components-shared/Dropdowns/ActionDropdown.jsx index 69b167c..4d65e89 100644 --- a/src/components-shared/Dropdowns/ActionDropdown.jsx +++ b/src/components-shared/Dropdowns/ActionDropdown.jsx @@ -56,7 +56,7 @@ export const ActionDropdown = ({ onClose(); }} > - {title} + {title} {icon ? : null} @@ -66,7 +66,7 @@ export const ActionDropdown = ({ return (