(function () {
'use strict'
- feather.replace()
+ feather.replace({ 'aria-hidden': 'true' })
// Graphs
var ctx = document.getElementById('myChart')
<span class="navbar-toggler-icon"></span>
</button>
<input class="form-control form-control-dark w-100" type="text" placeholder="بحث" aria-label="بحث">
- <ul class="navbar-nav px-3">
- <li class="nav-item text-nowrap">
- <a class="nav-link" href="#">تسجيل الخروج</a>
- </li>
- </ul>
+ <div class="navbar-nav">
+ <div class="nav-item text-nowrap">
+ <a class="nav-link px-3" href="#">تسجيل الخروج</a>
+ </div>
+ </div>
</header>
<div class="container-fluid">
<table class="table table-striped table-sm">
<thead>
<tr>
- <th>#</th>
- <th>عنوان</th>
- <th>عنوان</th>
- <th>عنوان</th>
- <th>عنوان</th>
+ <th scope="col">#</th>
+ <th scope="col">عنوان</th>
+ <th scope="col">عنوان</th>
+ <th scope="col">عنوان</th>
+ <th scope="col">عنوان</th>
</tr>
</thead>
<tbody>
}
.sidebar .nav-link.active {
- color: #007bff;
+ color: #2470dc;
}
.sidebar .nav-link:hover .feather,
(function () {
'use strict'
- feather.replace()
+ feather.replace({ 'aria-hidden': 'true' })
// Graphs
var ctx = document.getElementById('myChart')
}
.sidebar .nav-link.active {
- color: #007bff;
+ color: #2470dc;
}
.sidebar .nav-link:hover .feather,
<span class="navbar-toggler-icon"></span>
</button>
<input class="form-control form-control-dark w-100" type="text" placeholder="Search" aria-label="Search">
- <ul class="navbar-nav px-3">
- <li class="nav-item text-nowrap">
- <a class="nav-link" href="#">Sign out</a>
- </li>
- </ul>
+ <div class="navbar-nav">
+ <div class="nav-item text-nowrap">
+ <a class="nav-link px-3" href="#">Sign out</a>
+ </div>
+ </div>
</header>
<div class="container-fluid">
<table class="table table-striped table-sm">
<thead>
<tr>
- <th>#</th>
- <th>Header</th>
- <th>Header</th>
- <th>Header</th>
- <th>Header</th>
+ <th scope="col">#</th>
+ <th scope="col">Header</th>
+ <th scope="col">Header</th>
+ <th scope="col">Header</th>
+ <th scope="col">Header</th>
</tr>
</thead>
<tbody>