Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite79f1ca

Browse files
fix ico moon css (#1467)
1 parent028e7c9 commite79f1ca

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
<olclass="breadcrumb">
1515
<liclass="breadcrumb-item body-regular-text <% if links.is_empty() {%>active<% } %>">
1616
<aclass="d-flex gap-2 align-items-center"href="<%- home_uri %>">
17-
<spanclass="icon-owl"></span>
17+
<spanclass="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
<buttonclass="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
<divclass="mobile-left-nav-controls rounded-1 p-2 d-flex">
18-
<spanclass="icon-owl text-white mx-1"></span>
18+
<spanclass="icon-owlicomoontext-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-
<spanclass="icon-owl"style="line-height: unset;"></span>
146+
<spanclass="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)

[8]ページ先頭

©2009-2025 Movatter.jp