Badge and label have default cursor instead of text one

This commit is contained in:
Mark McDowall 2013-06-24 08:30:22 -07:00
parent b0bd3f34f1
commit d7fbfec01e
1 changed files with 4 additions and 0 deletions

View File

@ -97,3 +97,7 @@ button::-moz-focus-inner, a::-moz-focus-inner {
a:focus {
outline: none;
}
.label, .badge {
cursor: default;
}