-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: extend new upsell features list upsell
- Loading branch information
1 parent
dde936a
commit 1fdf4e3
Showing
7 changed files
with
270 additions
and
191 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
assets/apps/customizer-controls/src/builder/scss/_customizer-adjustments.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
ul[id^="sub-accordion-panel-hfg_"] { | ||
.control-subsection { | ||
display: none !important; | ||
display: none !important; | ||
} | ||
|
||
.control-subsection:has(.nv-upsell-feat-container) { | ||
display: block !important; | ||
} | ||
|
||
li[id*="accordion-section-hfg_"] { | ||
display: block !important; | ||
display: block !important; | ||
} | ||
|
||
#accordion-section-neve_header_presets { | ||
margin-top: 20px; | ||
margin-top: 20px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
100 changes: 0 additions & 100 deletions
100
inc/customizer/controls/upsells/features_upsell_section.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.