mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Use noink for dropdown menu items.
Otherwise the background gets stuck on selection.
This commit is contained in:
@@ -97,6 +97,7 @@ for (var i=0; i < repos.length; ++i) {
|
||||
var option = document.createElement('paper-item');
|
||||
option.textContent = repos[i][0];
|
||||
option.setAttribute('data-game', repos[i][1]);
|
||||
option.setAttribute('noink', '');
|
||||
gameSelect.appendChild(option);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user