mirror of https://github.com/docker/docs.git
Update navigation.css
Updated cursor pointer for collapsed navigation links with content inside them
This commit is contained in:
parent
377bd94bf6
commit
077b391ef1
|
@ -372,3 +372,13 @@ input:checked+.slider:before {
|
|||
float: left;
|
||||
margin: 2px 0 0;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* CURSOR POINTER FOR COLLAPSED li
|
||||
*
|
||||
*/
|
||||
.collapsed
|
||||
{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue