Skip to content

Commit

Permalink
wc: Remove toggle icon from job monitor button in primary bar #TASK-7…
Browse files Browse the repository at this point in the history
…216 #TASK-7100
  • Loading branch information
jmjuanes committed Nov 26, 2024
1 parent 3ba4551 commit 2a09b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/commons/layout/layout-primary-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default class LayoutPrimaryBar extends LitElement {
<div class="d-flex align-items-stretch gap-2 ms-auto">
${this.renderStudiesDropdown()}
<div class="d-flex dropdown">
<button class="d-flex gap-1 align-items-center btn border border-gray-700 hover:bg-gray-800 text-white dropdown-toggle" data-bs-toggle="dropdown">
<button class="d-flex gap-1 align-items-center btn border border-gray-700 hover:bg-gray-800 text-white" data-bs-toggle="dropdown">
<i class="fas fa-rocket lh-1"></i>
</button>
<div class="dropdown-menu dropdown-menu-end" style="width:350px;">
Expand Down

0 comments on commit 2a09b7f

Please sign in to comment.