Skip to content

Commit

Permalink
fix: remove bottom border on special effect folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost91- committed Sep 11, 2022
1 parent 6d6adf2 commit 9f7f2e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/specials-config.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
font-size: var(--font-size-12);
}

.fxmaster.specials .directory-item.folder h3 {
border: none;
}

.fxmaster .directory-item.active {
background: #ff640066;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/special-effects-management.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{#each folders as |folder id|}}
<li class="directory-item folder flexcol collapsed" data-folder-id="{{id}}">
<header class="folder-header flexrow">
<h3><i class="fas fa-folder-open fa-fw"></i> {{folder.label}}</h3>
<h3 class="fxmaster-specials-folder-"><i class="fas fa-folder-open fa-fw"></i> {{folder.label}}</h3>
</header>
<ol class="subdirectory">
{{#each folder.effects as |effect effectId|}}
Expand Down

0 comments on commit 9f7f2e8

Please sign in to comment.