diff --git a/web/styles/popovers.css b/web/styles/popovers.css index 7591b15a17..c6d25c3743 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -84,11 +84,11 @@ padding-bottom: 0; &:hover { - background-color: transparent; + background-color: transparent !important; } &:focus { - background-color: transparent; + background-color: transparent !important; } } }