/*
 * This file is part of the YesWiki Extension alternativeupdatej9rem.
 *
 * Authors : see README.md file that was distributed with this source code.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 * Feature UUID : auj9-fix-navbar-login-btn-since-4-4-3
 */

#yw-topnav .dropdown-menu .navbar-btn {
    border: var(--navbar-border);
    display: block;
    width: initial;
    transition: initial;
}

#yw-topnav .dropdown-menu .navbar-btn:hover {
    background-color: transparent !important;
    color: var(--navbar-link-hover-color) !important;
    border: var(--navbar-border);
}