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 10, 2022
1 parent 892c7f4 commit a5cca14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twinkle.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Twinkle.addPortlet = function(navigation, id, text, type, nextnodeid) {

if (skin === 'vector') {
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 a5cca14

Please sign in to comment.