FIRSTTeam102 / scoutradioz

Scoutradioz, a multi-team FRC scouting app developed by The Gearheads. Designed for and running on Amazon Web Services.
https://scoutradioz.com
Other
25 stars 8 forks source link

Corner rounding is incorrect in upcoming matches page #225

Open JL102 opened 3 months ago

JL102 commented 3 months ago

Screenshot_20240323-134705_Firefox When hovering over one of the teams, the corner rounding should be different depending on whether it's the top, middle, or bottom team. Top should have the top 2 corners rounded, middle should have no rounding, and the bottom should have the bottom 2 corners rounded.

I think there should be some CSS classes defined in one of our less files that define rounding for "tl" for top left, "bl" for bottom left, etc.