Apply more general classes on pane title elements.

This commit is contained in:
Arpad Csanyi
2016-03-14 16:52:54 +01:00
parent 4d18b7a460
commit bc0db45e6c
3 changed files with 15 additions and 25 deletions

2
app.js
View File

@@ -7,7 +7,7 @@ $(function() {
// ========================
// Keymap related settings.
// ========================
$('.keymap__name, .keymap__abbrev, .macro__name').on('mouseover', function() {
$('.pane-title__name, .pane-title__abbrev').on('mouseover', function() {
$(this).addClass('active');
}).on('mouseout', function() {
if (!$(this).is(':focus')) {