-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
Description
Version & browser
uiv 1.2.1
Firefox 84.0.2 (64-bit)
Which component
Tab
Steps to reproduce the problem
Using a Tab with html-title and a backstring HTML string as follows:
<Tab>
<template slot="title">
<i class="fa fa-fw fa-filter"></i> Filters
<span class="badge">5</span>
</template>
</Tab>Expected behavior
Badge inside an active tab should have a white background with tab color text as detailed in the docs here
Actual behavior
Badge still has grey background even with active tab.
This seems to be because the content of the tab link is wrapped in a div (vue-portal-target) element.
Moving the contents out of the div fixes the issue.
Issue seems related to a previous one: 276


