Pārlūkot izejas kodu

fix: issue with collapsible section

version-14
Jannat Patel pirms 3 gadiem
vecāks
revīzija
f571691afb
2 mainītis faili ar 7 papildinājumiem un 1 dzēšanām
  1. +6
    -0
      frappe/public/scss/website/page_builder.scss
  2. +1
    -1
      frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html

+ 6
- 0
frappe/public/scss/website/page_builder.scss Parādīt failu

@@ -479,6 +479,12 @@
align-items: center; align-items: center;
} }


.collapsible-item-title {
font-weight: 600;
color: var(--gray-900);
font-size: var(--text-2xl);
}

.collapsible-item a { .collapsible-item a {
text-decoration: none; text-decoration: none;
} }


+ 1
- 1
frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html Parādīt failu

@@ -10,7 +10,7 @@
{%- set collapse_id = 'id-' + frappe.utils.generate_hash('Collapse', 12) -%} {%- set collapse_id = 'id-' + frappe.utils.generate_hash('Collapse', 12) -%}
<a class="collapsible-title" data-toggle="collapse" href="#{{ collapse_id }}" role="button" <a class="collapsible-title" data-toggle="collapse" href="#{{ collapse_id }}" role="button"
aria-expanded="false" aria-controls="{{ collapse_id }}"> aria-expanded="false" aria-controls="{{ collapse_id }}">
<h3>{{ item.title }}</h3>
<div class="collapsible-item-title">{{ item.title }}</div>
<svg class="collapsible-icon" width="24" height="24" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> <svg class="collapsible-icon" width="24" height="24" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path class="vertical" d="M8 4V12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" <path class="vertical" d="M8 4V12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"
stroke-linecap="round" stroke-linecap="round"


Notiek ielāde…
Atcelt
Saglabāt