mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
monkey patch buggy underlines in smile modal
This commit is contained in:
parent
2204227273
commit
ab35c2740c
1 changed files with 7 additions and 0 deletions
|
@ -16,4 +16,11 @@
|
|||
span {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue