Get rid of the :hover rule from the book details css file as Qt does not support it

This commit is contained in:
Kovid Goyal 2019-09-13 09:14:36 +05:30
parent 5f090e1175
commit ac953dd2e6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,10 +2,6 @@ a {
text-decoration: none; text-decoration: none;
} }
a:hover {
color: red
}
.comments { .comments {
margin-top: 0; margin-top: 0;
padding-top: 0; padding-top: 0;