monkey patch buggy underlines in smile modal

This commit is contained in:
Yuki 2015-05-04 07:14:27 +05:30
parent 2204227273
commit ab35c2740c

View file

@ -16,4 +16,11 @@
span {
margin-left: 5px;
}
a:hover {
text-decoration: none;
span {
text-decoration: underline;
}
}
}