mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-05 03:19:02 +02:00
using modal-unfocused instead, so regular modals still appear on-top of composer
_now_ it closes #6532
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
"nodebb-plugin-spam-be-gone": "0.5.3",
|
||||
"nodebb-rewards-essentials": "0.0.11",
|
||||
"nodebb-theme-lavender": "5.0.4",
|
||||
"nodebb-theme-persona": "9.0.9",
|
||||
"nodebb-theme-persona": "9.0.10",
|
||||
"nodebb-theme-slick": "1.2.3",
|
||||
"nodebb-theme-vanilla": "10.0.9",
|
||||
"nodebb-theme-vanilla": "10.0.10",
|
||||
"nodebb-widget-essentials": "4.0.4",
|
||||
"nodemailer": "^4.6.5",
|
||||
"passport": "^0.4.0",
|
||||
|
||||
@@ -87,8 +87,8 @@ define('taskbar', ['benchpress'], function (Benchpress) {
|
||||
tasks.removeClass('active');
|
||||
tasks.filter('[data-uuid="' + uuid + '"]').addClass('active');
|
||||
|
||||
$('[data-uuid]:not([data-module])').toggleClass('modal-focused', false);
|
||||
$('[data-uuid="' + uuid + '"]:not([data-module])').toggleClass('modal-focused', true);
|
||||
$('[data-uuid]:not([data-module])').toggleClass('modal-unfocused', true);
|
||||
$('[data-uuid="' + uuid + '"]:not([data-module])').toggleClass('modal-unfocused', false);
|
||||
};
|
||||
|
||||
taskbar.isActive = function (uuid) {
|
||||
|
||||
Reference in New Issue
Block a user