File tree Expand file tree Collapse file tree
frontend/src/components/schedule6 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 114114 margin : 0 ;
115115}
116116
117- .schedule-6__totals-label {
118- font-weight : 600 ;
117+ // An expanded row keeps the grey its header shows on hover. `--cds-layer-hover` is the very token
118+ // Carbon's own `.cds--accordion__heading:hover` uses, so the two states match exactly and both
119+ // follow the active theme. Scoped to this page's accordion, and at three classes it outranks
120+ // Carbon's two-class hover rule.
121+ .schedule-6__section .cds--accordion__item--active > .cds--accordion__heading {
122+ background-color : var (--cds-layer-hover );
119123}
120124
121125.schedule-6__empty {
Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ const Schedule6: FC = () => {
788788
789789 < Column sm = { 4 } md = { 8 } lg = { 16 } className = "schedule-6__section" >
790790 < section aria-label = "Totals" className = "schedule-6__totals" >
791- < span className = "schedule-6__totals-label" > Totals: </ span >
791+ < span > Totals: </ span >
792792 { /* Its own container, NOT the record-row grid: that grid's 10rem minimum track is sized
793793 for rows of inputs and wraps these three short numbers into a stack. */ }
794794 < dl className = "schedule-6__totals-fields" >
You can’t perform that action at this time.
0 commit comments