From baa94ae23e57a72454170fea8ea8b7ea8c8d6635 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Thu, 1 Nov 2018 20:13:19 -0400 Subject: [PATCH] Add space between icon and text within links --- lib/components/app.vue | 2 +- lib/components/form/attachment/upload-files.vue | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/components/app.vue b/lib/components/app.vue index 5de253b05..ce6549647 100644 --- a/lib/components/app.vue +++ b/lib/components/app.vue @@ -206,7 +206,7 @@ a:hover, a:focus { [class^="icon-"], [class*=" icon-"] { vertical-align: -1px; - .btn & { + .btn &, a & { margin-right: 3px; } } diff --git a/lib/components/form/attachment/upload-files.vue b/lib/components/form/attachment/upload-files.vue index 59bd8832a..7b9436783 100644 --- a/lib/components/form/attachment/upload-files.vue +++ b/lib/components/form/attachment/upload-files.vue @@ -64,9 +64,3 @@ export default { } }; - -