File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed
site/content/docs/5.0/examples Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 3
3
( function ( ) {
4
4
'use strict'
5
5
6
- feather . replace ( )
6
+ feather . replace ( { 'aria-hidden' : 'true' } )
7
7
8
8
// Graphs
9
9
var ctx = document . getElementById ( 'myChart' )
Original file line number Diff line number Diff line change 18
18
< span class ="navbar-toggler-icon "> </ span >
19
19
</ button >
20
20
< input class ="form-control form-control-dark w-100 " type ="text " placeholder ="بحث " aria-label ="بحث ">
21
- < ul class ="navbar-nav px-3 ">
22
- < li class ="nav-item text-nowrap ">
23
- < a class ="nav-link " href ="# "> تسجيل الخروج</ a >
24
- </ li >
25
- </ ul >
21
+ < div class ="navbar-nav ">
22
+ < div class ="nav-item text-nowrap ">
23
+ < a class ="nav-link px-3 " href ="# "> تسجيل الخروج</ a >
24
+ </ div >
25
+ </ div >
26
26
</ header >
27
27
28
28
< div class ="container-fluid ">
@@ -125,11 +125,11 @@ <h2>عنوان القسم</h2>
125
125
< table class ="table table-striped table-sm ">
126
126
< thead >
127
127
< tr >
128
- < th > #</ th >
129
- < th > عنوان</ th >
130
- < th > عنوان</ th >
131
- < th > عنوان</ th >
132
- < th > عنوان</ th >
128
+ < th scope =" col " > #</ th >
129
+ < th scope =" col " > عنوان</ th >
130
+ < th scope =" col " > عنوان</ th >
131
+ < th scope =" col " > عنوان</ th >
132
+ < th scope =" col " > عنوان</ th >
133
133
</ tr >
134
134
</ thead >
135
135
< tbody >
Original file line number Diff line number Diff line change 52
52
}
53
53
54
54
.sidebar .nav-link .active {
55
- color : # 007bff ;
55
+ color : # 2470dc ;
56
56
}
57
57
58
58
.sidebar .nav-link : hover .feather ,
Original file line number Diff line number Diff line change 3
3
( function ( ) {
4
4
'use strict'
5
5
6
- feather . replace ( )
6
+ feather . replace ( { 'aria-hidden' : 'true' } )
7
7
8
8
// Graphs
9
9
var ctx = document . getElementById ( 'myChart' )
Original file line number Diff line number Diff line change 48
48
}
49
49
50
50
.sidebar .nav-link .active {
51
- color : # 007bff ;
51
+ color : # 2470dc ;
52
52
}
53
53
54
54
.sidebar .nav-link : hover .feather ,
Original file line number Diff line number Diff line change 17
17
< span class ="navbar-toggler-icon "> </ span >
18
18
</ button >
19
19
< input class ="form-control form-control-dark w-100 " type ="text " placeholder ="Search " aria-label ="Search ">
20
- < ul class ="navbar-nav px-3 ">
21
- < li class ="nav-item text-nowrap ">
22
- < a class ="nav-link " href ="# "> Sign out</ a >
23
- </ li >
24
- </ ul >
20
+ < div class ="navbar-nav ">
21
+ < div class ="nav-item text-nowrap ">
22
+ < a class ="nav-link px-3 " href ="# "> Sign out</ a >
23
+ </ div >
24
+ </ div >
25
25
</ header >
26
26
27
27
< div class ="container-fluid ">
@@ -124,11 +124,11 @@ <h2>Section title</h2>
124
124
< table class ="table table-striped table-sm ">
125
125
< thead >
126
126
< tr >
127
- < th > #</ th >
128
- < th > Header</ th >
129
- < th > Header</ th >
130
- < th > Header</ th >
131
- < th > Header</ th >
127
+ < th scope =" col " > #</ th >
128
+ < th scope =" col " > Header</ th >
129
+ < th scope =" col " > Header</ th >
130
+ < th scope =" col " > Header</ th >
131
+ < th scope =" col " > Header</ th >
132
132
</ tr >
133
133
</ thead >
134
134
< tbody >
You can’t perform that action at this time.
0 commit comments