Loading core/modules/navigation/css/components/toolbar-button.css +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ font-size: var(--admin-toolbar-font-size-info-lg); line-height: var(--admin-toolbar-line-height-info-lg); } /* Dark color modifier for submenus title */ .toolbar-button--dark { color: var(--admin-toolbar-color-gray-990); } .toolbar-button--non-interactive:hover, .toolbar-button--non-interactive:focus, .toolbar-button--non-interactive:hover:focus { Loading core/modules/navigation/css/components/toolbar-button.pcss.css +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ font-size: var(--admin-toolbar-font-size-info-lg); line-height: var(--admin-toolbar-line-height-info-lg); } /* Dark color modifier for submenus title */ .toolbar-button--dark { color: var(--admin-toolbar-color-gray-990); } .toolbar-button--non-interactive { &:hover, Loading core/modules/navigation/templates/menu-region--footer.html.twig +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ has_safe_triangle: TRUE, } only %} <div class="toolbar-popover__wrapper" data-toolbar-popover-wrapper> <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--non-interactive">{{ title }}</span> <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--dark toolbar-button--non-interactive">{{ title }}</span> <ul class="toolbar-menu toolbar-popover__menu"> {% for item in items %} <li class="toolbar-menu__item toolbar-menu__item--level-1"> Loading core/modules/navigation/templates/navigation-menu.html.twig +2 −2 Original line number Diff line number Diff line Loading @@ -33,9 +33,9 @@ } only %} <div class="toolbar-popover__wrapper" data-toolbar-popover-wrapper inert> {% if item.url %} {{ link(item.title, item.url, create_attribute({'class': ['toolbar-popover__header', 'toolbar-button', 'toolbar-button--large']})) }} {{ link(item.title, item.url, create_attribute({'class': ['toolbar-popover__header', 'toolbar-button', 'toolbar-button--large', 'toolbar-button--dark']})) }} {% else %} <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--non-interactive">{{ item.title }}</span> <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--dark toolbar-button--non-interactive">{{ item.title }}</span> {% endif %} <ul class="toolbar-menu toolbar-popover__menu"> {{ menus.menu_items(item.below, attributes, 1) }} Loading Loading
core/modules/navigation/css/components/toolbar-button.css +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ font-size: var(--admin-toolbar-font-size-info-lg); line-height: var(--admin-toolbar-line-height-info-lg); } /* Dark color modifier for submenus title */ .toolbar-button--dark { color: var(--admin-toolbar-color-gray-990); } .toolbar-button--non-interactive:hover, .toolbar-button--non-interactive:focus, .toolbar-button--non-interactive:hover:focus { Loading
core/modules/navigation/css/components/toolbar-button.pcss.css +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ font-size: var(--admin-toolbar-font-size-info-lg); line-height: var(--admin-toolbar-line-height-info-lg); } /* Dark color modifier for submenus title */ .toolbar-button--dark { color: var(--admin-toolbar-color-gray-990); } .toolbar-button--non-interactive { &:hover, Loading
core/modules/navigation/templates/menu-region--footer.html.twig +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ has_safe_triangle: TRUE, } only %} <div class="toolbar-popover__wrapper" data-toolbar-popover-wrapper> <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--non-interactive">{{ title }}</span> <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--dark toolbar-button--non-interactive">{{ title }}</span> <ul class="toolbar-menu toolbar-popover__menu"> {% for item in items %} <li class="toolbar-menu__item toolbar-menu__item--level-1"> Loading
core/modules/navigation/templates/navigation-menu.html.twig +2 −2 Original line number Diff line number Diff line Loading @@ -33,9 +33,9 @@ } only %} <div class="toolbar-popover__wrapper" data-toolbar-popover-wrapper inert> {% if item.url %} {{ link(item.title, item.url, create_attribute({'class': ['toolbar-popover__header', 'toolbar-button', 'toolbar-button--large']})) }} {{ link(item.title, item.url, create_attribute({'class': ['toolbar-popover__header', 'toolbar-button', 'toolbar-button--large', 'toolbar-button--dark']})) }} {% else %} <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--non-interactive">{{ item.title }}</span> <span class="toolbar-popover__header toolbar-button toolbar-button--large toolbar-button--dark toolbar-button--non-interactive">{{ item.title }}</span> {% endif %} <ul class="toolbar-menu toolbar-popover__menu"> {{ menus.menu_items(item.below, attributes, 1) }} Loading