deselect hover indication should not appear when deselectable is false #564
Labels
bug
Something isn't working
community/up-for-grabs
needs triage
This issue has not been tested by a team member yet
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
1.4.0-rc.1
Bug summary
When extending the uui-card element and setting selectable to true, but deselectable to false. I still see the indication on the border that a click will deselect the item. though it does not. We need to not have that CSS hover effect when deselectable is set to false.
Specifics
No response
Steps to reproduce
make a element that extends uui-card. like this:
`
@CustomElement('my-credit-card')
export class UmbCreditCardElement extends UUICardElement {
}
}`
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: