I am facing some confusion with this parent keyword. Are li.parent and ul the same thing? If so, can someone please explain what this means? Thank you. (nav and sidebar are classes).
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
color: #fff;
background-color: #2e2e2e;
}