mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 13:00:24 +00:00
Merge pull request #11091 from yokomizor/extended_thumbnail_hover_state
Extended hover state of linked versions of .thumbnail
This commit is contained in:
commit
036712ed90
3 changed files with 5 additions and 3 deletions
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue