Move update to sidebar section

This commit is contained in:
Maria Bermudez 2018-12-12 16:46:23 -08:00 committed by GitHub
parent 077b391ef1
commit fc6969b03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -350,6 +350,12 @@ input:checked+.slider:before {
font: inherit !important;
color: inherit !important;
}
/* pointer for collapsed sidebar list items */
.collapsed
{
cursor:pointer;
}
/*
*
@ -373,12 +379,4 @@ input:checked+.slider:before {
margin: 2px 0 0;
}
/*
*
* CURSOR POINTER FOR COLLAPSED li
*
*/
.collapsed
{
cursor:pointer;
}