From 0e2cbee339efde128390623d63743a91304f8d0b Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Mon, 3 Feb 2020 18:12:42 +0530 Subject: [PATCH] UX: add icon for Google Map onebox. --- app/assets/stylesheets/common/base/onebox.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 7ec86bc8072..694ea8214a9 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -734,6 +734,14 @@ aside.onebox.stackexchange .onebox-body { ); } } + &.map { + &:before { + opacity: 0.4; + content: svg-uri( + '' + ); + } + } &.generic { &:before { opacity: 0.4;