From 0dff2cc81e94c53f0cccc5345f0cefa473579222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCezar=20Augusto=E2=80=9C?= Date: Sat, 17 Dec 2016 16:22:25 -0200 Subject: [PATCH] tweak on PinnedTopSite Icon to avoid overflow Fix #6281 Auditors: @luixxiul Test Plan: * Go to about:newtab * Pin a site * Pinned icon should not be overflown by favicon (should be aesthetically correct) --- less/about/newtab.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/about/newtab.less b/less/about/newtab.less index 1e123daca9d..c997a6b3706 100644 --- a/less/about/newtab.less +++ b/less/about/newtab.less @@ -275,6 +275,7 @@ ul { } .pinnedTopSite { + transition: @transitionFast; opacity: 1; visibility: visible; position: absolute; @@ -287,6 +288,7 @@ ul { display: flex; align-items: center; justify-content: center; + z-index: 2; .pin { font-size: 10px;