Fix :hover state on anchors
parent
e66be9dc4e
commit
2860851c0b
|
@ -37,7 +37,6 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
color: #858585;
|
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,6 +44,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
color: #858585;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 12px 4px;
|
padding: 12px 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
.emoji-mart-anchors svg,
|
.emoji-mart-anchors svg,
|
||||||
.emoji-mart-anchors img {
|
.emoji-mart-anchors img {
|
||||||
fill: #858585;
|
fill: currentColor;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue