hmcts / frontend

HMCTS Frontend contains the code you need to start building a user interface for HMCTS government services.
2 stars 9 forks source link

style: set border-color of success and warning banners for IE11 #69

Closed MatthewBurstein closed 5 years ago

MatthewBurstein commented 5 years ago

Change description

Previously hmcts-banner--success and hmcts-banner--warning had border-color: inherit, but on IE11, the borders are black. This PR explicitly sets the border-color property instead.

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[X] No