Skip to content
Snippets Groups Projects
Commit b4948eb3 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Uniform list-group-item cursor behaviour. Fixes inspired by PR#466.

parent 311dcf0a
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -354,7 +354,9 @@ h3 {
border-bottom-right-radius: @border-radius-base;
}
}
.list-group-item, .badge i.fa {cursor: inherit;}
.list-group-item {
&, .badge, i.fa {cursor: inherit;}
}
.sidebar .facet a {text-decoration: none;}
.top-row .applied {
font-weight: bold;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment