Skip to content

Empty row in <b-table> is hoverable #3079

Closed
@ipa1981

Description

@ipa1981

When using both hover prop and empty slot in the row displaying there are no results is hoverable. It looks a bit unexpected.

Example: https://codepen.io/anon/pen/BEWERe (Just hover on the text "There are no records to show")

A quick fix is just to override CSS somehow like that:

.table-hover tbody tr.b-table-empty-row:hover{ /* dont' make empty row hoverable */
	background-color: inherit;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions