From ce76ee06ef991e9ca8e4f7a33d4f3ca8535b5865 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 21 Apr 2020 16:49:58 +0530 Subject: [PATCH] fix: Hide summary arrow utility --- frappe/public/tailwind.css | 3 +-- frappe/templates/components/dropdown.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frappe/public/tailwind.css b/frappe/public/tailwind.css index f0667bd10c..4aadbc99f5 100644 --- a/frappe/public/tailwind.css +++ b/frappe/public/tailwind.css @@ -1,7 +1,7 @@ @tailwind base; @tailwind components; -details.dropdown summary::-webkit-details-marker { +details.hide-summary-arrow summary::-webkit-details-marker { display: none; } @@ -9,7 +9,6 @@ details.dropdown summary::-webkit-details-marker { @apply text-xl; @apply text-gray-900; @apply leading-relaxed; - @apply py-20; > * + * { @apply mt-6; diff --git a/frappe/templates/components/dropdown.html b/frappe/templates/components/dropdown.html index 4c197eaa03..f73bdf9304 100644 --- a/frappe/templates/components/dropdown.html +++ b/frappe/templates/components/dropdown.html @@ -1,4 +1,4 @@ -