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
1 changed files with 7 additions and 0 deletions

View File

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