Commit e20b02ad authored by Rogério Yokomizo's avatar Rogério Yokomizo

extended hover state of linked versions of .thumbnail

parent fa64846a
......@@ -5214,7 +5214,8 @@ a.list-group-item.active > .badge,
}
a.thumbnail:hover,
a.thumbnail:focus {
a.thumbnail:focus,
a.thumbnail.active {
border-color: #428bca;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -17,7 +17,8 @@
// Add a hover state for linked versions only
a.thumbnail:hover,
a.thumbnail:focus {
a.thumbnail:focus,
a.thumbnail.active {
border-color: @link-color;
}
......
Markdown is supported
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