diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-23 21:07:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 21:07:45 -0500 |
commit | 9fbdb9757b22c2bb9afe5061137bfe4b3b755e91 (patch) | |
tree | b7d3e9111b621ca2bf81f0c8023a433b64e9f055 /ext/bg/welcome.html | |
parent | 85c039850c45246e367e194232e5ace8771f14e7 (diff) |
Update popup menu structure (#1301)
* Wrap menu items in popup-menu-body
* Use bodyNode instead of node
* Update selector
* Update _setPosition to not use items
Diffstat (limited to 'ext/bg/welcome.html')
-rw-r--r-- | ext/bg/welcome.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index cdc0c22c..f705dfce 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -327,9 +327,9 @@ </div> </div></template> -<template id="dictionary-menu-template"><div class="popup-menu-container" tabindex="-1" role="dialog"><div class="popup-menu"> +<template id="dictionary-menu-template"><div class="popup-menu-container" tabindex="-1" role="dialog"><div class="popup-menu"><div class="popup-menu-body"> <button class="popup-menu-item" data-menu-action="delete">Delete</button> -</div></div></template> +</div></div></div></template> <!-- Scripts --> |