We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a221e3f commit 29f5f4fCopy full SHA for 29f5f4f
packages/theme/src/search/index.less
@@ -187,7 +187,6 @@
187
left: 0;
188
overflow: hidden;
189
min-width: var(--tv-Search-selector-box-min-width);
190
- border: 1px solid var(--tv-Search-input-border-color);
191
border-radius: var(--tv-Search-selector-border-radius);
192
font-size: var(--tv-Search-font-size);
193
box-shadow: var(--tv-Search-selector-box-shadow);
packages/theme/src/search/vars.less
@@ -56,7 +56,7 @@
56
// 搜索下拉框背景色
57
--tv-Search-selector-bg-color: var(--tv-color-bg-secondary);
58
// 搜索下拉框阴影
59
- --tv-Search-selector-box-shadow: var(--tv-shadow-3-up);
+ --tv-Search-selector-box-shadow: var(--tv-shadow-3-down);
60
// 搜索下拉框最小宽度
61
--tv-Search-selector-box-min-width: 80px;
62
// 搜索下拉框上外边距
0 commit comments