diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 09c26d9..e57d91c 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -212,18 +212,6 @@ .card1-body:has(#bar-chart) { height: calc(100% - 39px); } - .content:has(.type-switch .type-switch__item input:nth-child(1):checked) #bar-chart { - display: block !important; - } - .content:has(.type-switch .type-switch__item input:nth-child(1):checked) #bar-chart1 { - display: none !important; - } - .content:has(.type-switch .type-switch__item input:nth-child(2):checked) #bar-chart { - display: none !important; - } - .content:has(.type-switch .type-switch__item input:nth-child(2):checked) #bar-chart1 { - display: block !important; - } .hospital-select { padding: 0 6px; @@ -337,7 +325,6 @@