Pointer cursor for sections in IE10
IE10 displayed a text cursor for tray and help section. Added cursor: pointer; to make sure a pointer cursor is displayed.
This commit is contained in:
@@ -43,6 +43,7 @@ ul.sections li a {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 0 0 -4px;
|
||||
cursor: pointer; // make sure IE10 displays pointer cursor for expand and help sections.
|
||||
}
|
||||
|
||||
ul.sections a span {
|
||||
|
||||
Reference in New Issue
Block a user