Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNabil Kadimi <nabil@kadimi.com>2018-09-18 13:10:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 13:10:02 +0300
commit876e3203641ceb1f7ba22a1a8b72eae7ef35d99f (patch)
treea454d3a36010f92858c94ed6802196d9c20ae71f
parent7c88c46517807406b3d18e2648ae74480ce364fc (diff)
Switch to `.btn-secondary` for the search button so that it's accessible (#27255)
-rw-r--r--site/docs/4.1/examples/starter-template/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/examples/starter-template/index.html b/site/docs/4.1/examples/starter-template/index.html
index 30693a01e8..ba61ef9ad1 100644
--- a/site/docs/4.1/examples/starter-template/index.html
+++ b/site/docs/4.1/examples/starter-template/index.html
@@ -46,7 +46,7 @@
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
- <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
+ <button class="btn btn-secondary my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>