This makes possible to navigate to the menu toggle using the keyboard,
as well as being semantically more correct.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
ul li {
min-width: 270px;
}
+ #header-actions-toggle {
+ background-color: transparent;
+ border-color: transparent;
+
+ &:hover,
+ &:focus,
+ &:active {
+ opacity: 1;
+ }
+ }
#save-external-share {
form {
display: flex;
</span>
<?php if($template->getActionCount() > 1) { ?>
<div id="header-secondary-action">
- <span id="header-actions-toggle" class="menutoggle icon-more-white"></span>
+ <button id="header-actions-toggle" class="menutoggle icon-more-white"></button>
<div id="header-actions-menu" class="popovermenu menu">
<ul>
<?php