mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 12:55:13 +00:00
Добавил подсведку на удаляемый id
This commit is contained in:
9
popup.js
9
popup.js
@@ -43,3 +43,12 @@ idToHideDisplay.addEventListener('click', function() {
|
|||||||
console.log('Cleared idToHide');
|
console.log('Cleared idToHide');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
idToHideDisplay.addEventListener('mouseenter', function(event) {
|
||||||
|
event.target.style.color = "red";
|
||||||
|
});
|
||||||
|
|
||||||
|
idToHideDisplay.addEventListener('mouseleave', function(event) {
|
||||||
|
event.target.style.color = "black";
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user