Skip to content

Commit

Permalink
Merge pull request #78 from voringer/main
Browse files Browse the repository at this point in the history
 Warnings and Code smells #73
  • Loading branch information
mertsincan authored Oct 9, 2024
2 parents 952209e + 163e7a8 commit 4e70374
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion theme-base/components/data/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
.p-carousel-prev,
.p-carousel-next {
@include action-icon();
margin: $inlineSpacing;
& {
margin: $inlineSpacing;
}
}
}

Expand Down
4 changes: 3 additions & 1 deletion theme-base/components/data/_treetable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@

.p-treetable-toggler {
@include action-icon();
margin-right: $inlineSpacing;
& {
margin-right: $inlineSpacing;
}

& + .p-checkbox {
margin-right: $inlineSpacing;
Expand Down
6 changes: 4 additions & 2 deletions theme-base/components/overlay/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@

.p-dialog-header-icon {
@include action-icon();
margin-right: $inlineSpacing;

& {
margin-right: $inlineSpacing;
}

&:last-child {
margin-right: 0;
}
Expand Down

0 comments on commit 4e70374

Please sign in to comment.