Skip to content

Commit

Permalink
Bugfix: The smart menu third level arrow was broken, solves moodle-an…
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Sep 26, 2023
1 parent 9479f59 commit a6f3a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2023-09-26 - Bugfix: The smart menu third level arrow was broken, solves #402.
* 2023-09-22 - Make codechecker happier
* 2023-09-24 - Test: Behat scenario 'Show hint for self enrolment without an enrolment key' was broken, solves #398.
* 2023-09-22 - Improvement: Reuse Moodle core function remove_dir(), solves #369.
Expand Down
2 changes: 2 additions & 0 deletions scss/boost_union/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ body.pagelayout-login:not(.loginbackgroundimage) #footnote {
&:after {
content: '\f105';
font-family: '#{$fa-style-family}';
font-weight: 900;
line-height: 10px;
position: absolute;
top: 40%;
Expand Down Expand Up @@ -1742,6 +1743,7 @@ body.pagelayout-login:not(.loginbackgroundimage) #footnote {
&:before {
content: '\f142';
font-family: '#{$fa-style-family}';
font-weight: 900;
}
/* The arrow icon after the More menu link text is hidden when the smart menus are
not added */
Expand Down

0 comments on commit a6f3a64

Please sign in to comment.