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 5ad2e74 commit 6c08a01Copy full SHA for 6c08a01
src/plugins/search/component.js
@@ -33,9 +33,8 @@ function style() {
33
outline: none;
34
border: none;
35
width: 100%;
36
- padding: 0 7px;
37
- line-height: 36px;
38
- font-size: 14px;
+ padding: 0.6em 7px;
+ font-size: inherit;
39
border: 1px solid transparent;
40
}
41
@@ -51,6 +50,13 @@ function style() {
51
50
-moz-appearance: none;
52
appearance: none;
53
+
54
+.search input::-ms-clear {
55
+ display: none;
56
+ height: 0;
57
+ width: 0;
58
+}
59
60
.search .clear-button {
61
cursor: pointer;
62
width: 36px;
0 commit comments