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 /less | |
| 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 'less')
| -rw-r--r-- | less/thumbnails.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index a210cac72..df46fbdc2 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -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; } |
