Skip to content

Fix button group borders #1945

Closed
Closed
@janno42

Description

@janno42

In several places we have button groups where not all btns 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.

Metadata

Metadata

Assignees

Labels

[C] FrontendFocuses on frontend implementation[P] MinorMinor priority[T] RefactoringExisting parts should become faster, more readable, or in any other way better.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions