Task #755: restore rounded corners on executive meetings table
- User preferred the rounded look; reverted #747's corner squaring: rounded-t-md back on the sticky floating header (em-sticky-thead), rounded-b-md on the table wrapper (#executive-schedule-printable). - Used rounded-b-md instead of the original full rounded-md because the header is now attached flush to the table (#749/#751) — the seam must stay a straight continuous line. - !mb-0/!mt-0 attachment, sticky behavior, and print mode untouched. - tx-os tsc clean; architect review passed.
This commit is contained in:
@@ -3169,7 +3169,7 @@ function ScheduleSection({
|
|||||||
paginated output. */}
|
paginated output. */}
|
||||||
<div
|
<div
|
||||||
data-testid="em-sticky-thead"
|
data-testid="em-sticky-thead"
|
||||||
className="sticky z-[6] !mb-0 overflow-hidden bg-white border-x-2 border-t-2 border-[#0B1E3F] shadow-[0_4px_6px_-4px_rgba(11,30,63,0.15)] print:hidden"
|
className="sticky z-[6] !mb-0 overflow-hidden bg-white border-x-2 border-t-2 border-[#0B1E3F] rounded-t-md shadow-[0_4px_6px_-4px_rgba(11,30,63,0.15)] print:hidden"
|
||||||
style={{
|
style={{
|
||||||
top: "calc(var(--em-header-h, 0px) + var(--em-heading-h, 0px))",
|
top: "calc(var(--em-header-h, 0px) + var(--em-heading-h, 0px))",
|
||||||
}}
|
}}
|
||||||
@@ -3265,7 +3265,7 @@ function ScheduleSection({
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
ref={tableWrapperRef}
|
ref={tableWrapperRef}
|
||||||
className="!mt-0 bg-white border-2 border-[#0B1E3F] overflow-x-auto shadow-sm print:shadow-none print:border-black print:overflow-hidden"
|
className="!mt-0 bg-white border-2 border-[#0B1E3F] rounded-b-md overflow-x-auto shadow-sm print:shadow-none print:border-black print:overflow-hidden"
|
||||||
id="executive-schedule-printable"
|
id="executive-schedule-printable"
|
||||||
>
|
>
|
||||||
<table
|
<table
|
||||||
|
|||||||
Reference in New Issue
Block a user