Skip to content

Commit

Permalink
Fix gin toolbar user dropdown - d core reqs update
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Jan 8, 2025
1 parent a3d7932 commit b3e3bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/02-molecules/menus/user-menu/_user-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
}
}
ul {
ul:not(.toolbar-menu) {
display: none;
position: absolute;
top: 43px;
Expand Down
2 changes: 1 addition & 1 deletion dingo.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dingo
type: theme
description: OIT Dingo theme based on Emulsify.
base theme: stable9
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^10 || ^11

# Libraries (These are loaded on every page. Use https://www.drupal.org/developing/api/8/assets#twig whenever possible.)
libraries:
Expand Down

0 comments on commit b3e3bcf

Please sign in to comment.