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 {
4141 background-color : #ecf0f1 ;
4242
4343 & :hover {
44- background-color : darken (@AccordionBgColor , 10 % );
44+ background-color : darken (@AccordionBgColor , 5 % );
4545
4646 .panel-heading {
47- background-color : darken (@AccordionBgColor , 10 % );
47+ background-color : darken (@AccordionBgColor , 5 % );
4848 }
4949 }
5050
Original file line number Diff line number Diff line change 2020 {% for group in endpoints_grouped %}
2121 < h1 id ="{{ group.grouper|lower }} "> {{group.grouper}}</ h1 >
2222
23- < div class ="panel-group " id =" accordion " role ="tablist " aria-multiselectable =" true ">
23+ < div class ="panel-group " role ="tablist ">
2424
2525 {% for endpoint in group.list %}
2626
2727 < div class ="panel panel-default endpoint ">
2828
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 }} ">
3030 < div class ="row ">
3131 < div class ="col-md-7 ">
3232 < h4 class ="panel-title title ">
You can’t perform that action at this time.
0 commit comments