From 92824499c83a79d75aa3539cbbb95bd667e37d56 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 24 Apr 2019 00:33:52 +0100 Subject: [PATCH] Highlight magnifying glass when searching --- src/App.vue | 2 +- src/css/app.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index f924d59..7188bed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,7 +24,7 @@
-
+
diff --git a/src/css/app.css b/src/css/app.css index 7f39374..e2d501b 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -2,4 +2,10 @@ @tailwind components; +.search-form { + > input:focus + svg { + @apply opacity-100 + } +} + @tailwind utilities;