- small cursor fix for anchor links
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user