TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Collapsible Card is not completely collapsible. #476

Closed kaladay closed 2 years ago

kaladay commented 3 years ago

Looks like I didn't quite get all of this functionality correct.

I never considered the following blocks:

Check to see if there are any more such cases.

All this needs to do is just update the following:

To instead be like:

  & .wvr-card.collapsed .card-body,
  & .wvr-card.collapsed .card-image,
  & .wvr-card.collapsed .card-list-top,
  & .wvr-card.collapsed .card-list-bottom,
  & .wvr-card.collapsed .card-footer {

This affects 2.x only.