Skip to content

Commit

Permalink
chore: Fix format #28638
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed May 28, 2024
1 parent 7b28a96 commit f4f5001
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { TreeSelectModule, TreeSelect } from 'primeng/treeselect';

import { files } from './../data/Tree.stories';


const meta: Meta<TreeSelect> = {
title: 'PrimeNG/Form/TreeSelect',
component: TreeSelect,
Expand Down Expand Up @@ -202,7 +201,6 @@ export const Multiple: Story = {
})
};


export const Checkbox: Story = {
render: () => ({
moduleMetadata: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
}

p-treeselect {
&.p-treeselect-clearable{
&.p-treeselect-clearable {
.p-treeselect-label-container {
padding-right: $spacing-5;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $select-border-size: 2px;
border-radius: $border-radius-circular;
transition: color 0.15s, box-shadow 0.15s;

:focus{
:focus {
outline: 0 none;
outline-offset: 0;
}
Expand Down

0 comments on commit f4f5001

Please sign in to comment.