Tutorial: Spotlight ausblenden bei Modal-Oeffnung in Schritt 3
Dieser Commit ist enthalten in:
@@ -561,7 +561,9 @@ const Tutorial = {
|
|||||||
Tutorial._stepTimeout(function() {
|
Tutorial._stepTimeout(function() {
|
||||||
var overlay = document.getElementById('modal-new');
|
var overlay = document.getElementById('modal-new');
|
||||||
if (overlay && !overlay.classList.contains('active')) overlay.classList.add('active');
|
if (overlay && !overlay.classList.contains('active')) overlay.classList.add('active');
|
||||||
// Bubble auf Modal umpositionieren nach Oeffnung
|
// Spotlight ausblenden - Modal hat eigene Abdunkelung
|
||||||
|
Tutorial._els.spotlight.style.opacity = '0';
|
||||||
|
// Bubble auf Modal umpositionieren
|
||||||
Tutorial._stepTimeout(function() {
|
Tutorial._stepTimeout(function() {
|
||||||
var modal = document.querySelector('#modal-new .modal');
|
var modal = document.querySelector('#modal-new .modal');
|
||||||
if (modal) {
|
if (modal) {
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren