Wildcard: Button group has incorrect visual behaviour
Created by: vovakulikov
Background
In code insight compute-powered creation UI we use button group component for rendering different mode for query aggregation. It appereace that if we disable one of the group button all buttons start to have incorrect visual styles (see image above)
I assume this problem comes from the fact that these buttons have tooltip and for disabled button with tooltip we wrap these buttons with additional div in order to solve problem with tooltip for the disabled buttons.
/cc @taylorsperry @jasongornall