Skip to content

Commit

Permalink
extended hover state of linked versions of .thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
yokomizor committed Oct 14, 2013
1 parent fa64846 commit e20b02a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion less/thumbnails.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e20b02a

Please sign in to comment.