digitalcampusframework / dcf

Digital Campus Framework
BSD 3-Clause "New" or "Revised" License
8 stars 13 forks source link

Convert previous/next buttons from list to <div> group #446

Closed skoolbus39 closed 2 years ago

skoolbus39 commented 2 years ago

In some flexbox-based layouts, the dcf-list-bare accessibility fix will add unwanted space to the previous and next buttons. The buttons don't really need to be in a list so I'm converting them to a <div role="group"> instead.

Code can be tested by copying/pasting this complete edited file into node_modules/dcf/js/dcf-slideshow.js in dcf_starter and/or wdntemplates, then running gulp or grunt respectively.