@@ -132,6 +132,24 @@ iframe {
132132 --bs-btn-active-border-color : transparent ;
133133}
134134
135+ .dropdown-item {
136+ @include focus-with-background-and-color ;
137+ }
138+
139+ #courseDropdownMenu {
140+ overflow : hidden ;
141+ overflow-y : auto ;
142+ max-height : calc (100vh - 150px );
143+
144+ @media (max-width : 575.98px ) {
145+ width : 75vw ;
146+
147+ .dropdown-item {
148+ white-space : normal ;
149+ }
150+ }
151+ }
152+
135153/* Skip links */
136154
137155.skip-link { /* This one is equally applicable to all skip links */
@@ -149,18 +167,18 @@ iframe {
149167 position : absolute ;
150168 z-index : 2000 ;
151169 width : auto ;
152- min-height : 50px ;
153- height : auto ;
170+ height : 46px ;
154171 overflow : visible ;
155172 clip : auto ;
156- padding : 15 px ;
173+ padding : 12 px ;
157174 display : flex ;
158175 justify-content : left ;
159176}
160177
161178.page-skip-link :focus {
162179 @include focus-with-background-and-color ;
163- min-height : 24px ;
180+ min-height : 28px ;
181+ height : auto ;
164182}
165183
166184/* menus */
@@ -239,9 +257,12 @@ iframe {
239257.toc li {
240258 list-style : none ;
241259}
242- #course-content a {
260+ #course-content a :not ( .dropdown-toggle ) {
243261 @include focus-with-background-and-color ;
244262}
263+ #course-content a :has (.dropdown-toggle ) {
264+ @include focus-with-outline-only ;
265+ }
245266@media (min-width : 768px ) {
246267 #course-content {
247268 padding-left : 16vw ;
@@ -255,8 +276,9 @@ iframe {
255276}
256277
257278/* panels */
258- .module-panel {
259- overflow : hidden ;
279+ .table-responsive :has (.results-table ) {
280+ border-bottom-left-radius : var (--bs-accordion-inner-border-radius );
281+ border-bottom-right-radius : var (--bs-accordion-inner-border-radius );
260282}
261283.module-panel .panel-heading {
262284 display : block ;
@@ -289,6 +311,7 @@ iframe {
289311#modulesAccordion .accordion-button {
290312 @include focus-with-background-and-color ;
291313 background-color : var (--bs-primary );
314+ --bs-accordion-btn-focus-box-shadow : none ;
292315}
293316#modulesAccordion .accordion-button ::after {
294317 background-image : url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e" );
0 commit comments