File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
assets/stylesheets/partials Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 8585 a {
8686 background-color : $color-gray-950 ;
8787 width : 100% ;
88+
89+ & :hover {
90+ border-color : $color-gray-950 ;
91+ background-color : $color-gray-900 ;
92+ }
8893 }
8994
9095 }
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ container.classList.add('has-js')
77
88primary . insertAdjacentHTML ( 'beforeend' , `
99 <li class="-more">
10- <button type="button" aria-haspopup="true" aria-expanded="false">
10+ <button type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-options" >
1111 More <i class="fa-light fa-chevron-down"></i>
1212 </button>
13- <ul class="-secondary">
13+ <ul class="-secondary" id="more-options" aria-label="More options" >
1414 ${ primary . innerHTML }
1515 </ul>
1616 </li>
You can’t perform that action at this time.
0 commit comments