You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(MdListItemExpand): specifically target direct md-list-expand-icon children when parent is active.
* fix(MdListItem): expand content cursor style and hover (#1643)
Pwntus
added a commit
to Pwntus/vue-material
that referenced
this issue
Jun 8, 2018
Steps to reproduce
Expand the expandable list item, move the cursor into
.md-list-expand
.Which browser?
All browsers.
Vue Material
v1.0.0-beta-8
What is expected?
pointer cursor should only show in
.md-list-item-content
.default cursor should show in
.md-list-expand
What is actually happening?
pointer cursor show in whole
.md-list-item-container
Structure:
hover background color is bound on
.md-list-item-container
too.Reproduction Link
Offcial documentation: https://vuematerial.io/components/list
The text was updated successfully, but these errors were encountered: