Skip to content

Commit

Permalink
Update submodule during merge of branches/rudder/8.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Mar 25, 2024
2 parents 1a2d9d2 + 476fe04 commit 185929d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class UserInformationExtension(val status: PluginStatus)(implicit val ttag: Clas
& "#user-menu-action [style+]" #> "cursor:pointer"
& "#user-menu-action [class+]" #> "dropdown-toggle"
& "#user-menu-action [data-bs-toggle+]" #> "dropdown"
& "#user-menu-action *+" #> <i class="fa fa-angle-down" style="margin-left:15px;"></i>
andThen "#user-menu *+" #> embedAppXml // need to be andThen, else other children mod are erased :/
).apply(xml)
}
Expand Down

0 comments on commit 185929d

Please sign in to comment.