Skip to content

Commit e79f1ca

Browse files
fix ico moon css (#1467)
1 parent 028e7c9 commit e79f1ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pgml-dashboard/src/components/breadcrumbs/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ol class="breadcrumb">
1515
<li class="breadcrumb-item body-regular-text <% if links.is_empty() {%>active<% } %>">
1616
<a class="d-flex gap-2 align-items-center" href="<%- home_uri %>">
17-
<span class="icon-owl"></span>
17+
<span class="icon-owl icomoon"></span>
1818
Home
1919
</a>
2020
</li>

pgml-dashboard/src/components/navigation/navbar/web_app/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<button class="navbar-toggler collapsed top-nav-controls" type="button" data-bs-toggle="collapse" data-bs-target="#leftNavItems" aria-controls="LeftNavItems" aria-expanded="false" aria-label="Toggle navigation">
1616

1717
<div class="mobile-left-nav-controls rounded-1 p-2 d-flex">
18-
<span class="icon-owl text-white mx-1"></span>
18+
<span class="icon-owl icomoon text-white mx-1"></span>
1919
</div>
2020
</button>
2121

@@ -143,7 +143,7 @@
143143
<a
144144
class="py-2 text-white w-100 text-center d-flex gap-2 ps-4 justify-content-center <% if link.disabled { %> disabled <% } %> <% if link.active { %> active <% } %>"
145145
href="<% if !link.disabled { %> <%= link.href %> <% } %>">
146-
<span class="icon-owl" style="line-height: unset;"></span>
146+
<span class="icon-owl icomoon" style="line-height: unset;"></span>
147147
<%= link.name %>
148148
</a>
149149
</li>

pgml-dashboard/static/css/scss/components/_icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
right: 0;
156156
}
157157

158-
[class^="icon-"], [class*=" icon-"] {
158+
.icomoon {
159159
/* use !important to prevent issues with browser extensions that change fonts */
160160
font-family: 'icomoon' !important;
161161
speak: never;

0 commit comments

Comments
 (0)