Closed
Description
In several places we have button groups where not all btn
s are next to each other in the HTML code, so the CSS styling gets a bit weird. Either the border radii don't match (when setting the border on the grouping element) or the inner borders, where two buttons touch each other, are doubled (when setting the border on the buttons).
Some examples:
- language selection buttons in the navbar (border on grouping element)
- decision buttons and flag buttons on the text answer review page (border on buttons)
The expected styling would make sure that the radii match and that the inner borders are not doubled.