2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixes #12210: badges in xs buttons

This commit is contained in:
Mark Otto
2014-01-14 21:44:38 -08:00
parent 8fb75ee9e7
commit 413c8a6da5
7 changed files with 18 additions and 5 deletions
+4
View File
@@ -4341,6 +4341,10 @@ textarea.input-group-sm > .input-group-btn > .btn {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -28,6 +28,10 @@
position: relative;
top: -1px;
}
.btn-xs & {
top: 0;
padding: 1px 5px;
}
}
// Hover state, but only for links