Mercurial > wikked
diff static/bootstrap/less/labels-badges.less @ 88:a5a3d454eac9
Updated Bootstrap.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 05 Apr 2013 08:08:12 -0700 |
parents | 130eccd396d8 |
children |
line wrap: on
line diff
--- a/static/bootstrap/less/labels-badges.less Wed Apr 03 23:59:07 2013 -0700 +++ b/static/bootstrap/less/labels-badges.less Fri Apr 05 08:08:12 2013 -0700 @@ -35,10 +35,12 @@ } } -// Hover state, but only for links +// Hover/focus state, but only for links a { &.label:hover, - &.badge:hover { + &.label:focus, + &.badge:hover, + &.badge:focus { color: @white; text-decoration: none; cursor: pointer;