Skip to content

Commit

Permalink
feat(styles): address PR review comments [ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Jul 31, 2023
1 parent 1f479fc commit be39886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/styles/src/search-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ $blockActions: #{$fd-namespace}-search-field__actions;
border: 0.0625rem solid var(--fdSearchField_Border_Color);

&__icon {
@include fd-flex-center();
@include fd-set-square(1rem);
@include fd-set-position-left(var(--fdSearchField_Padding));

@include fd-icon-selector() {
@include fd-flex-center();

font-size: 1rem;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,10 @@ import '../../../src/form-item.scss';
import '../../../src/search-field.scss';

export default {
title: 'Components/Search Field',
title: 'BTP/Search Field',
parameters: {
description: ``,
description: `The Search Field component is intended to be used in BTP Tool Header. `,
tags: ['btp']
}
};
export const Default = () => defaultExampleHtml;
Default.parameters = {
docs: {
description: {
story: `
`
}
}
};

0 comments on commit be39886

Please sign in to comment.