We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9663bb8 commit 8f04081Copy full SHA for 8f04081
lib/default-theme/SearchBox.vue
@@ -184,14 +184,22 @@ export default {
184
color $accentColor
185
186
@media (max-width: $MQNarrow)
187
- .search-box input
188
- width 0
189
- border-color transparent
190
- position relative
191
- left 1rem
192
- &:focus
+ .search-box
+ input
+ cursor pointer
+ width 0
+ border-color transparent
+ position relative
193
+ left 1rem
194
+ &:focus
195
+ cursor text
196
+ left 0
197
+ width 10rem
198
+
199
+@media (max-width: $MQNarrow) and (min-width: $MQMobile)
200
201
+ .suggestions
202
left 0
- width 10rem
203
204
@media (max-width: $MQMobile)
205
.search-box
0 commit comments