Fix :hover state on anchors

remove-core-js
Etienne Lemay 2019-12-23 09:04:27 -05:00
parent e66be9dc4e
commit 2860851c0b
No known key found for this signature in database
GPG Key ID: EE7CF89146BB28E9
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}