We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a3f5a commit a71a4a9Copy full SHA for a71a4a9
visualpython/js/com/component/PopupComponent.js
@@ -532,7 +532,7 @@ define([
532
this.$pageDom = $(popupComponentHtml.replaceAll('${vp_base}', com_Const.BASE_PATH));
533
// set title
534
// this.$pageDom.find('.vp-popup-title').text(this.category + ' > ' + this.name);
535
- this.$pageDom.find('.vp-popup-title').html(`<span style="color: var(--gray-color);font-size: 12px;">${this.category} > </span><span>${this.name}</span>`);
+ this.$pageDom.find('.vp-popup-title').html(`<span class="vp-popup-category">${this.category} > </span><span>${this.name}</span>`);
536
// set body
537
let bodyTemplate = this.templateForBody();
538
// CHROME: check url keyword and replace it
0 commit comments