mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
warn about change default value in customizer
This commit is contained in:
parent
46edabe554
commit
c66e3029df
@ -109,6 +109,7 @@
|
||||
-->
|
||||
<!--[if lt IE 9]>
|
||||
<style>
|
||||
#defaults-change-alert,
|
||||
.bs-customizer,
|
||||
.bs-customizer-import,
|
||||
.bs-docs-sidebar {
|
||||
@ -123,6 +124,11 @@
|
||||
|
||||
<!-- 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">×</span><span class="sr-only">Close</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>
|
||||
|
||||
<div class="bs-docs-section bs-customizer-import">
|
||||
<div id="import-drop-target" class="bs-dropzone">
|
||||
<h2>✍</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user