Commit 413c8a6d authored by Mark Otto's avatar Mark Otto

Fixes #12210: badges in xs buttons

parent 8fb75ee9
...@@ -4341,6 +4341,10 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -4341,6 +4341,10 @@ textarea.input-group-sm > .input-group-btn > .btn {
position: relative; position: relative;
top: -1px; top: -1px;
} }
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #fff; color: #fff;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
position: relative; position: relative;
top: -1px; top: -1px;
} }
.btn-xs & {
top: 0;
padding: 1px 5px;
}
} }
// Hover state, but only for links // Hover state, but only for links
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment