Merge pull request #35540 from iamejaaz/multiple-list-form-fixes
fix(form): revert section design to old one
This commit is contained in:
commit
fd71cc0dd0
2 changed files with 3 additions and 15 deletions
|
|
@ -63,8 +63,8 @@ export default class Section {
|
|||
make_head() {
|
||||
this.head = $(`
|
||||
<div class="section-head">
|
||||
<span class="collapse-indicator"></span>
|
||||
${__(this.df.label, null, this.df.parent)}
|
||||
${__(this.df.label, null, this.df.parent)}
|
||||
<span class="collapse-indicator"></span>
|
||||
</div>
|
||||
`);
|
||||
|
||||
|
|
|
|||
|
|
@ -78,17 +78,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.section-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.section-head::after {
|
||||
content: "";
|
||||
flex: 1;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
.section-head,
|
||||
.section-body {
|
||||
margin: auto !important;
|
||||
|
|
@ -125,10 +114,9 @@
|
|||
display: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.form-section.card-section,
|
||||
.form-dashboard-section {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
padding: var(--padding-md) 0;
|
||||
}
|
||||
|
||||
.form-section.card-section.hide-border {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue