1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

navbar fixes

This commit is contained in:
chomik
2019-06-01 20:03:20 +02:00
parent d1839ec1ae
commit e9876622ca
4 changed files with 15 additions and 17 deletions
+1 -2
View File
@@ -7,7 +7,6 @@
{% include ui/icon.html icon="menu" %}
</a>
<a href="{{ site.base }}" class="navbar-brand text-inherit">
{% if include.icon %}<span class="text-green">{% include ui/icon.html icon=include.icon %}</span>{% endif %}
{% if include.stamp %}<span class="stamp bg-primary text-white">UI</span>{% endif %}
@@ -22,7 +21,7 @@
<div class="w-auto flex-fill max-w-md ml-0 ml-md-8 mr-auto d-none d-lg-block">
<div class="input-icon">
<span class="input-icon-addon">{% include ui/icon.html icon="search" %}</span>
<input type="text" class="form-control" placeholder="Search">
<input type="text" class="form-control" placeholder="Search" tabindex="-1">
</div>
</div>
{% endif %}