0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00
Jon Wolski f07d870381
Remove color property from badge class
I suggest removing `color: #FFF` from the `badge` class, because it is
provided by the `badge-<modifier>` classes along with a
background-color, whereas there is no corresponding background-color
provided on the `badge` class itself.

Background
----------

According to the documentation:

> [badge] Requires one of the contextual, color modifier classes for `color` and
> `background-color`.

That is, color and background color should be provided by a modifier
class, rather than the badge class itself.

e.g. `<span class='badge badge-primary'>4</span>`

In general, providing a `color` property without also providing a
`background-color` should be avoided. [W3 QA tips]

In this context, this is a problem only if someone creates a `badge`
without providing a modifier. Such an omition may be difficult to trouble-shoot,
because this will most likely yield white text on a white background.

[W3 QA tips](https://www.w3.org/QA/Tips/color)
2017-08-18 09:35:00 -05:00
..
2017-08-13 14:55:28 -07:00
2017-01-23 22:15:28 -08:00
2017-06-29 23:06:46 -07:00
2017-03-05 12:20:44 -08:00
2017-04-08 14:21:18 -07:00
2017-06-15 09:05:30 -07:00
2017-08-10 22:50:59 -07:00
2017-05-24 14:57:40 +02:00
2017-08-10 20:56:35 -07:00