We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1403f commit 7bd0b8dCopy full SHA for 7bd0b8d
src/styles.scss
@@ -33,6 +33,8 @@ $active-color: #1ea7fd;
33
bottom: 4px;
34
&.search {
35
left: 6px;
36
+ bottom: 8px;
37
+ height: 20px;
38
}
39
&.shortcut {
40
cursor: text;
@@ -43,12 +45,14 @@ $active-color: #1ea7fd;
43
45
background-color: darken($input-background, 5%);
44
46
border-radius: 3px;
47
z-index: 50;
48
+ height: 24px;
49
50
&.clear {
51
right: 8px;
- bottom: 7px;
52
+ bottom: 10px;
53
cursor: pointer;
54
z-index: 10;
55
+ height: 18px;
56
57
58
@@ -70,4 +74,4 @@ input[type='search']::-webkit-search-cancel-button,
70
74
input[type='search']::-webkit-search-results-button,
71
75
input[type='search']::-webkit-search-results-decoration {
72
76
display: none;
73
-}
77
+}
0 commit comments