1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/web
Nate Matykiewicz 8d860cd58e
Fix incorrect button rounding (#4862)
.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
2021-04-06 21:00:37 -07:00
..
assets Some mobile UI polish, fixes #4840 2021-03-12 16:05:40 -08:00
locales Typo in French: intervalle (#4724) 2020-10-26 07:24:00 -07:00
views Fix incorrect button rounding (#4862) 2021-04-06 21:00:37 -07:00