1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-16 21:18:25 +01:00

Adjust @brand-primary alert in Customizer

Refs #15320
This commit is contained in:
Chris Rebert 2014-12-15 16:23:50 -08:00
parent 64bb0a3308
commit 850c4c0559

View File

@ -125,7 +125,7 @@
<!-- Customizer form -->
<div id="defaults-change-alert" class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Heads up!</strong> The default value for <code>@brand-primary</code> has changed in the latest release to improve contrast and accessibility. Please double check your compiled CSS when upgrading.
</div>