Skip to content

Badge color not working inside active Tab title #276

@arrancardnell

Description

@arrancardnell

Version & browser

uiv 0.31.2
Firefox 65.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
      html-title
      :title="`<i class='fa fa-fw fa-filter'></i> Filters <span class='badge'>0</span>`"
    >

Expected behavior

Badge inside an active tab should have a white background with tab color text as detailed in the docs here

image

Actual behavior

Badge still has grey background even with active tab.

image

This seems to be because the content of the tab link is wrapped in a span element. Moving the contents out of the span fixes the issue.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions