From 3440a74328558d3667b8f82512b7078236d08186 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Mon, 23 Dec 2019 09:12:55 -0500 Subject: [PATCH] Update gh-pages --- docs/emoji-mart.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/emoji-mart.css b/docs/emoji-mart.css index 7f0738c..1941011 100644 --- a/docs/emoji-mart.css +++ b/docs/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; @@ -54,7 +54,9 @@ background: none; border: none; } +.emoji-mart-anchor:focus { outline: 0 } .emoji-mart-anchor:hover, +.emoji-mart-anchor:focus, .emoji-mart-anchor-selected { color: #464646; } @@ -78,7 +80,7 @@ .emoji-mart-anchors svg, .emoji-mart-anchors img { - fill: #858585; + fill: currentColor; height: 18px; width: 18px; } @@ -450,3 +452,9 @@ border-color: #555453; background-color: #222; } + +.emoji-mart-dark .emoji-mart-anchor:hover, +.emoji-mart-dark .emoji-mart-anchor:focus, +.emoji-mart-dark .emoji-mart-anchor-selected { + color: #bfbfbf; +}