Metro-UI-CSS icon indicating copy to clipboard operation
Metro-UI-CSS copied to clipboard

The 'net-server' and 'network' icons are grey

Open stla opened this issue 2 years ago • 0 comments

Describe the bug The 'net-server' and 'network' icons appear in grey:

muiicons

To Reproduce

<div class="multi-action">
    <button class="action-button rotate-minus bg-red fg-white"
            onclick="$(this).toggleClass('active')">
        <span class="icon"><span class="mif-plus"></span></span>
    </button>
    <ul class="actions drop-right">
        <li class="bg-blue"><a href="#"><span class="mif-net-server"></span></a></li>
        <li class="bg-teal"><a href="#"><span class="mif-network"></span></a></li>
    </ul>
</div>

Expected behavior There should appear in white.

Screenshots muiicons

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Edge
  • Metro Version: 4.5.0

stla avatar Jun 20 '22 11:06 stla