Block mover: disabled buttons should be disabled #575
Labels
Framework
Issues related to broader framework topics, especially as it relates to javascript
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Enhancement
A suggestion for improvement.
Currently, when a block is the first or last one, the "block mover" shows just one button to move the block down or up.
However, the "disabled" button is still there: it gets revealed on hover and it's still focusable and actionable. It just takes a CSS class that applies a close-to-white color, so it can't be distinguished from the white background:
It should probably use
display: none
orvisibility: hidden
if keeping the space that it takes is necessary for layout purposes. I'd consider to make it really disabled too.The text was updated successfully, but these errors were encountered: