When you hover over required tags on meta sites that have said tags styled similarly to the one below, they now lose a pixel from their top and bottom borders:

This is because a.post-tag:hover (which defines a one-pixel right and bottom border) is more specific than .required-tag:hover where the two-pixel border is defined. This causes the whole tag list to shift to the left while hovering.