From 2860851c0becc3f90f24f12c99fea94a37f9c01e Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Mon, 23 Dec 2019 09:04:27 -0500 Subject: [PATCH] Fix :hover state on anchors --- css/emoji-mart.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/emoji-mart.css b/css/emoji-mart.css index 7f0738c..0d98e0f 100644 --- a/css/emoji-mart.css +++ b/css/emoji-mart.css @@ -37,7 +37,6 @@ flex-direction: row; justify-content: space-between; padding: 0 6px; - color: #858585; line-height: 0; } @@ -45,6 +44,7 @@ position: relative; display: block; flex: 1 1 auto; + color: #858585; text-align: center; padding: 12px 4px; overflow: hidden; @@ -78,7 +78,7 @@ .emoji-mart-anchors svg, .emoji-mart-anchors img { - fill: #858585; + fill: currentColor; height: 18px; width: 18px; }