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
* remove action menu and footer from cards in cardview
* removing footer + action menu from standalone cards and fixing css for detail
* fixing Card tests
* adding prop to stop focus from making it to cell children
* adding keyboard nav tests for CardView
* fixing tests
* reserving more room for detail text in large scale
* adding warning if focusable elements are present in card
also removed footer and action menu slots from card
* fixing lint
* removing preventChildrenFocus prop in favor of deleting gridcell keydown handler from Card
stopgap solution so that we dont have to add a new prop just to prevent focus on Card checkbox during keyboard nav
* Reduce vertical item spacing in CardView and remove item padding option from Waterfall layout (#2758)
* reducing gallery and waterfall quiet card vertical in between spacing
* removing item padding from waterfall layout
* fixing errorneous scaled height calculation
0 commit comments