IconButton
with variant="invisible"
has non-invisible disabled
styling
#5421
Labels
IconButton
with variant="invisible"
has non-invisible disabled
styling
#5421
IconButton
'sinvisible
variant renders the button as a simple icon with no border. However, if you then applydisabled
to that button, a border appears. The result is distracting changes (border and background) as buttons switch from disabled to enabled and back:The effect of this can be seen in practice in the comment editor toolbar when submitting issue comments:
Screen.Recording.2024-12-12.at.10.54.32.AM.mov
I would expect disabled versions of
invisible
buttons to just be the same styling but with a slight fade-out (ie, translucency).The text was updated successfully, but these errors were encountered: