diff --git a/README.md b/README.md index 9868d94e7..b297b1bf7 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ search: 'Search', clear: 'Clear', // Accessible label on "clear" button notfound: 'No Emoji Found', skintext: 'Choose your default skin tone', +categorieslabel: 'Emoji categories', // Accessible title for the list of categories categories: { search: 'Search Results', recent: 'Frequently Used', diff --git a/css/emoji-mart.css b/css/emoji-mart.css index d4ddbeb5c..18e2792e1 100644 --- a/css/emoji-mart.css +++ b/css/emoji-mart.css @@ -49,6 +49,10 @@ padding: 12px 4px; overflow: hidden; transition: color .1s ease-out; + margin: 0; + box-shadow: none; + background: none; + border: none; } .emoji-mart-anchor:hover, .emoji-mart-anchor-selected { diff --git a/src/components/anchors.js b/src/components/anchors.js index b468ce3bc..3f613697e 100644 --- a/src/components/anchors.js +++ b/src/components/anchors.js @@ -28,7 +28,7 @@ export default class Anchors extends React.PureComponent { { selected } = this.state return ( -