diff --git a/content/patterns/dialog-modal/examples/css/datepicker-dialog.css b/content/patterns/dialog-modal/examples/css/datepicker-dialog.css index c8b3a3f43b..0c02491917 100644 --- a/content/patterns/dialog-modal/examples/css/datepicker-dialog.css +++ b/content/patterns/dialog-modal/examples/css/datepicker-dialog.css @@ -91,6 +91,7 @@ color: white; text-transform: none; font-weight: bold; + border: none; } .datepicker-dialog button { @@ -177,11 +178,16 @@ padding-left: 1em; padding-right: 1em; padding-top: 1em; + border: none; + border-collapse: separate; } .datepicker-dialog table.dates th, .datepicker-dialog table.dates td { text-align: center; + background: white; + color: black; + border: none; } .datepicker-dialog table.dates tr { @@ -210,6 +216,7 @@ .datepicker-dialog table.dates td:hover { padding: 0; background-color: hsl(216deg 80% 92%); + color: black; } .datepicker-dialog table.dates td:focus { diff --git a/content/patterns/dialog-modal/examples/datepicker-dialog.html b/content/patterns/dialog-modal/examples/datepicker-dialog.html index a3a468836c..1dcfc74816 100644 --- a/content/patterns/dialog-modal/examples/datepicker-dialog.html +++ b/content/patterns/dialog-modal/examples/datepicker-dialog.html @@ -172,7 +172,7 @@

Accessibility Features