Fixed the data-title hover bug

This commit is contained in:
Lars van Hijfte
2017-01-11 16:06:49 +01:00
parent 9db9118613
commit fae353fee3

View File

@@ -120,7 +120,7 @@ td {
}
/* Custom title box, appears instantaneously */
a:hover, img:hover, span:hover, div:hover {
a[data-title]:hover, img[data-title]:hover, span[data-title]:hover, div[data-title]:hover {
position: relative;
}