[frio] Make accordions keyboard actionable

This commit is contained in:
Hypolite Petovan 2021-11-20 02:16:30 -05:00
commit 22a8be5f96
11 changed files with 78 additions and 72 deletions

View file

@ -2901,13 +2901,13 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
padding: 1px 10px;
}
details.profile-jot-net[open] summary:before,
.panel .section-subtitle-wrapper a.accordion-toggle:before {
.panel .section-subtitle-wrapper .accordion-toggle:before {
font-family: ForkAwesome;
content: "\f0d7";
padding-right: 5px;
}
details.profile-jot-net summary:before,
.panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
.panel .section-subtitle-wrapper .accordion-toggle.collapsed:before {
font-family: ForkAwesome;
content: "\f0da";
}
@ -2965,6 +2965,12 @@ details.profile-jot-net[open] summary:before {
margin-bottom: 10px;
}
.section-subtitle-wrapper > h3 {
font-size: 16px;
margin-top: 8px;
margin-bottom: 8px;
}
.fakelink > h3:before {
padding-right: 10px;
}