Skip to content
Snippets Groups Projects
Commit 95d856d7 authored by catch's avatar catch
Browse files

Issue #1937926 by richardj, Mandakini_Kumari, Pix, jessehs, alexpott: Fixed...

Issue #1937926 by richardj, Mandakini_Kumari, Pix, jessehs, alexpott: Fixed Shortcuts toolbar tray does not properly float the 'Edit shortcuts' link in Bartik.
parent d8b5e11d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -119,6 +119,13 @@ function bartik_menu_tree($variables) {
return '<ul class="menu clearfix">' . $variables['tree'] . '</ul>';
}
/**
* Implements theme_menu_tree__shortcut_default() {
*/
function bartik_menu_tree__shortcut_default($variables) {
return '<ul class="menu">' . $variables['tree'] . '</ul>';
}
/**
* Implements theme_field__field_type().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment