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
The "Remove column", "Move column to the left", and "Move column to the right" buttons all need to be keyboard-accessible. This means they should be hidden using visibility: hidden or opacity: 0 instead of display: none, and they should be <button> elements instead of <i>.
The text was updated successfully, but these errors were encountered:
The "Remove column", "Move column to the left", and "Move column to the right" buttons all need to be keyboard-accessible. This means they should be hidden using
visibility: hidden
oropacity: 0
instead ofdisplay: none
, and they should be<button>
elements instead of<i>
.The text was updated successfully, but these errors were encountered: