When delving into learning about bootstrap, I stumbled upon this code snippet:
.control-group.error input, [...] {
[...]
}
At first glance, it appears to be a descendant selector, but .control-group.error is actually a class.
I searched extensively and came up empty-handed:
Can someone offer me some guidance?