mimugmail / opn-repo

OPNsense repo by mimugmail
Other
325 stars 24 forks source link

Dracula theme missing icons #202

Open SephGER opened 4 months ago

SephGER commented 4 months ago

Hi, after activating the Dracula theme my dashboard is missing some icons: grafik

I found out that the Font-Awesome v4-shims.min.css is overwriting the default font with a wrong unicode symbol:

v4-shims.min.css (Line 444):

.fa.fa-exchange::before
{
  content: "\f362";
}

font-awesome.min.css (Line 839):

.fa-arrow-right-arrow-left::before, .fa-exchange::before
{
  content: "\f0ec";
}

If i change the css to use the default font-awesome code (\f0ec) it works

grafik

mimugmail commented 4 months ago

@mihakralj will you take care?

SephGER commented 4 months ago

Just had a look, it seems to work on mobile (Firefox, Android)