mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fixes #11268: Account for badges within buttons by matching background to text color and text color to background
This commit is contained in:
@@ -489,6 +489,11 @@
|
||||
border-color: @border;
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
color: @background;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
// Button sizes
|
||||
|
||||
Reference in New Issue
Block a user