Mercurial > wikked
comparison 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 |
comparison
equal
deleted
inserted
replaced
87:c0cf67362fb1 | 88:a5a3d454eac9 |
---|---|
33 &:empty { | 33 &:empty { |
34 display: none; | 34 display: none; |
35 } | 35 } |
36 } | 36 } |
37 | 37 |
38 // Hover state, but only for links | 38 // Hover/focus state, but only for links |
39 a { | 39 a { |
40 &.label:hover, | 40 &.label:hover, |
41 &.badge:hover { | 41 &.label:focus, |
42 &.badge:hover, | |
43 &.badge:focus { | |
42 color: @white; | 44 color: @white; |
43 text-decoration: none; | 45 text-decoration: none; |
44 cursor: pointer; | 46 cursor: pointer; |
45 } | 47 } |
46 } | 48 } |