Skip to content

Commit

Permalink
feat: update uikit 4 (#83)
Browse files Browse the repository at this point in the history
* feat: update uikit up to 4.25.0

* feat: fix border in filter
  • Loading branch information
NikitaCG authored Jul 28, 2023
1 parent 3282cef commit 11edba0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@gravity-ui/prettier-config": "^1.0.1",
"@gravity-ui/stylelint-config": "^1.0.0",
"@gravity-ui/tsconfig": "^1.0.0",
"@gravity-ui/uikit": "^4.4.0",
"@gravity-ui/uikit": "^4.25.0",
"@storybook/addon-essentials": "^7.0.27",
"@storybook/cli": "^7.0.27",
"@storybook/preset-scss": "^1.0.3",
Expand Down
4 changes: 3 additions & 1 deletion src/components/FeedHeader/components/Controls/Controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ $block: '.#{$namespace}feed-controls';
border-radius: $selectorItemBorderRadius;
}

.g-select-filter {
.yc-text-input__content {
padding: 4px;

border: none;

border-bottom: 1px solid var(--yc-color-line-generic);

.yc-text-input__control.yc-text-input__control_type_input {
Expand Down

0 comments on commit 11edba0

Please sign in to comment.