You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.btn-group uses :first-child and :last-child to determine which
buttons should have rounded corners and which ones should have
square corners. The "Quiet" button had a square left corner,
because the first child was a CSRF hidden field tag.
Keeping only .btn elements inside the .btn-group means that the
1 or 2 buttons are rounded as expected. When there's no "Quiet"
button, the "Stop" button has 4 round corners. When both buttons
are present, the corners between the buttons are square.
Fixes#4858
0 commit comments