Skip to content

Commit

Permalink
pfsense-theme-clearblue-3 Breadcrumbs are not displaying arrows on ma…
Browse files Browse the repository at this point in the history
…cOS (#4)

Replace plain Unicode breadcrumb arrow with Font Awesome arrow to ensure consistency of display across platforms
  • Loading branch information
scottlimmer authored Sep 23, 2023
1 parent 1c56294 commit e918d9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions clearblue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions clearblue.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.bunny.net/css?family=nunito-sans:400");
@import url("https://fonts.bunny.net/css?family=nunito-sans:400");
@import url("/vendor/bootstrap/css/bootstrap.min.css");
@import url("/vendor/jquery-ui/jquery-ui-1.12.1.min.css");

Expand All @@ -17,5 +17,4 @@
@import "partials/messaging";
@import "partials/buttons";
@import "partials/progress";
@import "partials/pfsense";

@import "partials/pfsense";
4 changes: 3 additions & 1 deletion partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@

& > li + li::before {
color: $link-fg;
content: "\2B9E";
content: "\f054";
display: inline-block;
padding: 0 10px 0 10px;
vertical-align: middle;
font: normal normal normal 11px/1 "Font Awesome 5 Free";
font-weight: 900;
}
}

Expand Down

0 comments on commit e918d9a

Please sign in to comment.