diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/tabs.scss b/services/web/frontend/stylesheets/bootstrap-5/components/tabs.scss index c0a39f59d9..d0d6197fd8 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/tabs.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/tabs.scss @@ -50,6 +50,7 @@ &:hover { background-color: var(--neutral-10); + text-decoration: none; } &:focus-visible { @@ -63,10 +64,6 @@ border: 0 !important; border-bottom: 3px solid var(--green-50) !important; color: var(--neutral-90) !important; - - &:hover { - border-bottom: 3px solid var(--green-50) !important; - } } } }