]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adjust @brand-primary alert in Customizer
authorChris Rebert <github@rebertia.com>
Tue, 16 Dec 2014 00:23:50 +0000 (16:23 -0800)
committerChris Rebert <github@rebertia.com>
Tue, 16 Dec 2014 00:23:50 +0000 (16:23 -0800)
Refs #15320

customize/index.html

index 7b38a4c75a54f04b7c04ca8efeb3f394d61041ef..92109beaf98f49a71ec0d2f1fe761d4c5f82d674 100644 (file)
 <!-- 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>