Skip to content

Commit

Permalink
twinkle.js: add vector-menu-heading to vector dropdown label
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Mar 9, 2022
1 parent 1109000 commit 23cf54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twinkle.js
Expand Up @@ -337,6 +337,7 @@ TwinkleGlobal.addPortlet = function(navigation, id, text, type, nextnodeid) {

if (skin === 'vector' || skin === 'vector-2022') {
ul.className = 'vector-menu-content-list';
h3.className = 'vector-menu-heading';

// add invisible checkbox to keep menu open when clicked
// similar to the p-cactions ("More") menu
Expand Down

0 comments on commit 23cf54a

Please sign in to comment.