From e551a88792ba506d137a19e67be75243d57bc72e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 11 Apr 2018 16:47:14 +0200 Subject: [PATCH] more external icon fixes --- _src/_assets/styles/bigchain/_typography.scss | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/_src/_assets/styles/bigchain/_typography.scss b/_src/_assets/styles/bigchain/_typography.scss index a58cdb6..445dc4a 100644 --- a/_src/_assets/styles/bigchain/_typography.scss +++ b/_src/_assets/styles/bigchain/_typography.scss @@ -95,15 +95,17 @@ a { .content--page { [rel='external'], [target='_blank'] { - &:after { - content: ''; - display: inline-block; - width: 9px; - height: 8px; - background: url('../img/icon-arrowout.svg') no-repeat center center; - background-size: contain; - transition: .15s ease-out; - margin-left: $spacer / 8; + &:not(.btn) { + &:after { + content: ''; + display: inline-block; + width: 9px; + height: 8px; + background: url('../img/icon-arrowout.svg') no-repeat center center; + background-size: contain; + transition: .15s ease-out; + margin-left: $spacer / 8; + } } } }