diff --git a/src/components/genericComponents/tabIcon.vue b/src/components/genericComponents/tabIcon.vue index a98cb7b0..e6ea2c05 100644 --- a/src/components/genericComponents/tabIcon.vue +++ b/src/components/genericComponents/tabIcon.vue @@ -85,7 +85,8 @@ export default { text-overflow: ellipsis; } -.tabtitle a :hover { - text-decoration: none; +a:hover, +.uk-link:hover { + text-decoration: none !important; }