Merge branch 'lars-algemeen' into 'master'

Fixed the data-title hover bug

See merge request !14
This commit was merged in pull request #18.
This commit is contained in:
Marijn Jansen
2017-01-11 16:07:56 +01:00

View File

@@ -120,7 +120,7 @@ td {
} }
/* Custom title box, appears instantaneously */ /* 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; position: relative;
} }