You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there seems to be some confusion between .label, .tag, .badge
Back in issue #19094, we determined that there was a conflict between the class name .label and the html tag <label>. As a result, we changed .label to .tag in issue #19157. .tag was then determined to conflict with Wordpress. See issue #20542. .tag was then proposed to be changed to .badge#21020.
Proposal:
Reconsider the merge "Renamed .tag back to .badge, like v3, to avoid conflicts with common WordPress styles." in the v4 Alpha 6 ship list and change the new .badge, originally .label–.tag, to one of the following options:
.stamp
.signet
The text was updated successfully, but these errors were encountered:
v3 and v4 are incompatible... They can basically take any class they want and completely change them without any consequences as this is a major release.
So there seems to be some confusion between
.label
,.tag
,.badge
Back in issue #19094, we determined that there was a conflict between the class name
.label
and the html tag<label>
. As a result, we changed.label
to.tag
in issue #19157..tag
was then determined to conflict with Wordpress. See issue #20542..tag
was then proposed to be changed to.badge
#21020.New Issue:
.badge
is already a class name within Bootstrap and will conflict with the current.badge
class name. See http://getbootstrap.com/components/#badges.Proposal:
Reconsider the merge "Renamed .tag back to .badge, like v3, to avoid conflicts with common WordPress styles." in the v4 Alpha 6 ship list and change the new
.badge
, originally.label
–.tag
, to one of the following options:.stamp
.signet
The text was updated successfully, but these errors were encountered: