I have been doing CSS and Bootstrap for quite some time now and while watching an online tutorial the teacher mentions these lines but skips the meaning of it.
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
color: #fff;
background: #1A237E;
}
Now I guess that the code in the curly braces will execute if we hover over the link but what's that greater than sign and how does the code works.It will be quite heplful if someone could explain it..:)