From 875c26a48e63fe5da68790775a56a68ab4e22998 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Sat, 28 May 2016 12:04:57 -0700 Subject: [PATCH] all .close button using helvetica in demo --- src/App.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index aa98b76..ecf1041 100644 --- a/src/App.vue +++ b/src/App.vue @@ -95,8 +95,6 @@ background-color: #d7f3f9; border-color: #91ddec; .close { - font-family: "Helvetica Neue", "Helvetica"; - font-weight: 400; color: #147688; opacity: .5; } @@ -116,6 +114,11 @@ color: #fff; } } + + .selected-tag .close { + font-family: "Helvetica Neue", "Helvetica"; + font-weight: 400; + }