- small cursor fix for anchor links

This commit is contained in:
Exodus4D
2016-08-01 21:01:30 +02:00
parent e08af2cd49
commit 9b3ca41cbd
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -514,6 +514,10 @@ $mapWidth: 2500px ;
z-index: 1020; // over tooltips
will-change: opacity, top, left, transform;
a{
cursor: pointer; // fixed bug on Chrome anchor tag: href="#"
}
i{
width: 20px
}