diff options
| author | Mark Otto <[email protected]> | 2013-11-30 16:29:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 16:29:52 -0800 |
| commit | 6bc09dd94949e05827c541795e4133b0cdbf7cae (patch) | |
| tree | f4c16f2f83e8161340cb996e8107e6db33fa5754 /less | |
| parent | 359ac8f66a4f3de6ea4f5ab9cbe409879f3eeb90 (diff) | |
| download | bootstrap-6bc09dd94949e05827c541795e4133b0cdbf7cae.tar.xz bootstrap-6bc09dd94949e05827c541795e4133b0cdbf7cae.zip | |
Fixes #11268: Account for badges within buttons by matching background to text color and text color to background
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index 51a4cc5a4..b587a69e5 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -489,6 +489,11 @@ border-color: @border; } } + + .badge { + color: @background; + background-color: #fff; + } } // Button sizes |
