diff options
| author | Mark Otto <[email protected]> | 2013-10-14 16:14:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-14 16:14:28 -0700 |
| commit | 036712ed9015c1ea19f2f400526b37c5115446f6 (patch) | |
| tree | 9903bfecfd3b5b7cf4eadf899c9aec397f17f527 /dist/css/bootstrap.css | |
| parent | fa64846acfef78487859e5e9f311ea401ee4c1cd (diff) | |
| parent | e20b02ad0b1253c8e3d9703409a256927f55ede8 (diff) | |
| download | bootstrap-036712ed9015c1ea19f2f400526b37c5115446f6.tar.xz bootstrap-036712ed9015c1ea19f2f400526b37c5115446f6.zip | |
Merge pull request #11091 from yokomizor/extended_thumbnail_hover_state
Extended hover state of linked versions of .thumbnail
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c2ce5ec12..ca386026b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; } |
