File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
templates/rest_framework_docs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ body {
41
41
background-color : #ecf0f1 ;
42
42
43
43
& :hover {
44
- background-color : darken (@AccordionBgColor , 10 % );
44
+ background-color : darken (@AccordionBgColor , 5 % );
45
45
46
46
.panel-heading {
47
- background-color : darken (@AccordionBgColor , 10 % );
47
+ background-color : darken (@AccordionBgColor , 5 % );
48
48
}
49
49
}
50
50
Original file line number Diff line number Diff line change 20
20
{% for group in endpoints_grouped %}
21
21
< h1 id ="{{ group.grouper|lower }} "> {{group.grouper}}</ h1 >
22
22
23
- < div class ="panel-group " id =" accordion " role ="tablist " aria-multiselectable =" true ">
23
+ < div class ="panel-group " role ="tablist ">
24
24
25
25
{% for endpoint in group.list %}
26
26
27
27
< div class ="panel panel-default endpoint ">
28
28
29
- < div class ="panel-heading " role ="tab " id =" headingOne " data-toggle ="collapse " data-target ="#{{ endpoint.path|slugify }} ">
29
+ < div class ="panel-heading " role ="tab " data-toggle ="collapse " data-target ="#{{ endpoint.path|slugify }} ">
30
30
< div class ="row ">
31
31
< div class ="col-md-7 ">
32
32
< h4 class ="panel-title title ">
You can’t perform that action at this time.
0 commit comments