Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(search): [search] Cancel the border of the search drop-down list box according to the specifications. #2371

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/theme/src/search/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
left: 0;
overflow: hidden;
min-width: var(--tv-Search-selector-box-min-width);
border: 1px solid var(--tv-Search-input-border-color);
border-radius: var(--tv-Search-selector-border-radius);
font-size: var(--tv-Search-font-size);
box-shadow: var(--tv-Search-selector-box-shadow);
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/search/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// 搜索下拉框背景色
--tv-Search-selector-bg-color: var(--tv-color-bg-secondary);
// 搜索下拉框阴影
--tv-Search-selector-box-shadow: var(--tv-shadow-3-up);
--tv-Search-selector-box-shadow: var(--tv-shadow-3-down);
// 搜索下拉框最小宽度
--tv-Search-selector-box-min-width: 80px;
// 搜索下拉框上外边距
Expand Down
Loading