From 3d929e1f5263acc7060939831a8fda075cac52b5 Mon Sep 17 00:00:00 2001 From: Damian Wajer Date: Tue, 17 Jan 2023 19:44:18 +0100 Subject: [PATCH] [frio] Make the whole accordion area clickable --- view/theme/frio/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 537652cd14..6f647b048c 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2928,6 +2928,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover { .section-subtitle-wrapper { padding: 1px 10px; } +.accordion-toggle { + width: 100%; + text-align: left; +} details.profile-jot-net[open] summary:before, .panel .section-subtitle-wrapper .accordion-toggle:before { font-family: ForkAwesome; @@ -2992,6 +2996,12 @@ details.profile-jot-net[open] summary:before { margin-top: 10px; margin-bottom: 10px; } +.section-subtitle-wrapper > h2 .accordion-toggle { + margin-top: -10px; + margin-bottom: -10px; + padding-top: 10px; + padding-bottom: 10px; +} .section-subtitle-wrapper > h3 { font-size: 16px;