Skip to content

Commit

Permalink
Merge 0092761 into 02f70db
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Feb 22, 2023
2 parents 02f70db + 0092761 commit 580720f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/core/lib/sass/view/_folder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
&_b {
@extend %tp-folder_title;
}
&#{&}-not &_b {
display: none;
}
// Title
&_t {
padding-left: 4px;
Expand Down
2 changes: 1 addition & 1 deletion packages/tweakpane/src/main/sass/bundle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
transition-delay: 0s;
transition-duration: 0s;
}
&#{&}-not &_b {
&#{&}-not > &_b {
// no title
display: none;
}
Expand Down

0 comments on commit 580720f

Please sign in to comment.