Comment 'Yes, I see on Github...' to 'Lucid On-hover icons color'
  • Yes, I see on Github that some code revision was just made with regard to the hover state. This did not fix my issue but I could see how it affected my "add content" menu on hover color, for icon and text.

    Finally, I lucked up and changed: .

    bx-protean .sys-icon:not(.sys-colored):not(.bx-vote-star), .bx-protean .sys-icon-a:not(.sys-colored):not(.bx-vote-star) {color: #525252; }

    To: color: inherit.

    Perhaps, I manually changed this value years ago in the actual css file. Thus the whole problem was self-induced.

    Checking the gzip css file, I see it is about 33 thousand lines. Some of which applied to other templates and graphics which are not in use. Then Less and Tailwind come in and work their magic. Etc, etc. WOW, that is a lot of data to drop on a little cell phone.

    My issue above is one of those minor adjustments which you would think would take a few moments to change but hours later, you are still scratching your head. That ever happened to you?

    In the end, we always look for opportunities to learn new things. On that front, UNA does not disappoint.