From 9663bb8a3a62552122b6fbfc81d28908d6e7a68d Mon Sep 17 00:00:00 2001 From: Pine Date: Tue, 24 Apr 2018 14:34:24 -0700 Subject: [PATCH] tweak: cursor on search box should be text (#244) --- lib/default-theme/SearchBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default-theme/SearchBox.vue b/lib/default-theme/SearchBox.vue index d81b53aba3..fcda1f4d90 100644 --- a/lib/default-theme/SearchBox.vue +++ b/lib/default-theme/SearchBox.vue @@ -140,7 +140,7 @@ export default { position relative margin-right 0.5rem input - cursor pointer + cursor text width 10rem color lighten($textColor, 25%) display inline-block