Skip to content

Commit 850c4c0

Browse files
committed
Adjust @brand-primary alert in Customizer
Refs twbs#15320
1 parent 64bb0a3 commit 850c4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customize/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Customize and download</h1>
125125
<!-- Customizer form -->
126126

127127
<div id="defaults-change-alert" class="alert alert-warning alert-dismissible" role="alert">
128-
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
128+
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
129129
<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.
130130
</div>
131131

0 commit comments

Comments
 (0)