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
With the new design, we introduced a new pattern for ListGroupItems with the whole row either linking to a page or opening a canvas, and a quick-actions button. This breaks some HTML rules by nesting buttons/anchors inside another anchor (see screenshot where the blue and yellow are an anchor and a button, and they are nested inside the parent anchor in blue).
We should make a new component that simplifies avoiding this behavior. Mind that we might want to compromise on the position by letting this component always be either the rightmost element or on the bottom for smaller screens
The text was updated successfully, but these errors were encountered:
With the new design, we introduced a new pattern for ListGroupItems with the whole row either linking to a page or opening a canvas, and a quick-actions button. This breaks some HTML rules by nesting buttons/anchors inside another anchor (see screenshot where the blue and yellow are an anchor and a button, and they are nested inside the parent anchor in blue).
We should make a new component that simplifies avoiding this behavior. Mind that we might want to compromise on the position by letting this component always be either the rightmost element or on the bottom for smaller screens
The text was updated successfully, but these errors were encountered: