.userenrolment .col_role .addrole,
.userenrolment .col_group .addgroup {
float: right;
padding: 3px;
margin: 3px;
> *:hover {
border-bottom:1px solid #666;
}
}
The problem is that *:hover rule. Remove it, or change it to a:hover, and the problem goes away.
However, this doesn't happen in the clean theme (which also has bootstrapbase as its parent), and if we switch our theme to use clean instead of bootstrapbase as its parent, the problem doesn't happen. Can anyone suggest what it is in the clean theme that stops this happening, so that we can replicate it in our theme?
(This rule is kind of odd anyway, it causes two icons on the Enrolled Users page to underline on hover which doesn't happen anywhere else that I've seen).