Update navigation.css

Updated cursor pointer for collapsed navigation links with content inside them
This commit is contained in:
Abhinandu V Nair 2018-12-10 21:10:26 +05:30 committed by GitHub
parent 377bd94bf6
commit 077b391ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -372,3 +372,13 @@ input:checked+.slider:before {
float: left;
margin: 2px 0 0;
}
/*
*
* CURSOR POINTER FOR COLLAPSED li
*
*/
.collapsed
{
cursor:pointer;
}