File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
web/ui/mantine-ui/src/pages Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 11.item {
2- background-color : light-dark (var (--mantine-color-gray-1 ), var (--mantine-color-dark-5 ));
3- }
4-
5- .item [data-active ] {
6- background-color : light-dark (var (--mantine-color-body-light ), var (--mantine-color-body-dark ));
7- }
8-
2+ background-color : light-dark (var (--mantine-color-gray-0 ), var (--mantine-color-dark-5 ));
3+ }
Original file line number Diff line number Diff line change @@ -283,15 +283,6 @@ export default function AlertsPage() {
283283 return (
284284 < Accordion . Item
285285 mt = { rem ( 5 ) }
286- styles = { {
287- item : {
288- // TODO: This transparency hack is an OK workaround to make the collapsed items
289- // have a different background color than their surrounding group card in dark mode,
290- // but it would be better to use CSS to override the light/dark colors for
291- // collapsed/expanded accordion items.
292- backgroundColor : "#c0c0c015" ,
293- } ,
294- } }
295286 key = { j }
296287 value = { j . toString ( ) }
297288 className = {
You can’t perform that action at this time.
0 commit comments