diff --git a/frontend/app/styles/react-tippy-themes.scss b/frontend/app/styles/react-tippy-themes.scss index 32ce9b5e3..9bef74596 100644 --- a/frontend/app/styles/react-tippy-themes.scss +++ b/frontend/app/styles/react-tippy-themes.scss @@ -1,20 +1,7 @@ -.tippy-tooltip.tippy-light-theme { - background-color: white; - color: #333; - text-align: left; - border: 1px solid #ddd; - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); -} - -.tippy-tooltip.tippy-light-theme .arrow-regular { - // border-color: #ddd; - border-bottom-color: white; +.tippy-tooltip.light-theme { + padding: 0; } -.tippy-tooltip.tippy-light-theme[data-animatefill] { - background-color: transparent; -} - -.tippy-tooltip.tippy-light-theme .tippy-backdrop { - background-color: white; +.tippy-tooltip.light-theme[data-animatefill] { + background-color: white !important; } \ No newline at end of file