• Resolved tera1992

    (@tera1992)


    I am running wordpress Multisite There is a bug when I click or right-click on the menu; it shows me a border with the wrong color. I tried uninstalling the plugin and reinstalling it, but the issue remains. However, when I export the template file and import it into another WordPress installation, the incorrect color border is no longer present. You can view the issue in this video: https://i.gyazo.com/8b4924cbff6190224447837ac8c90cb4.mp4.

    How can I fix this problem?

    • This topic was modified 1 year, 4 months ago by tera1992.
    • This topic was modified 1 year, 4 months ago by tera1992.
    • This topic was modified 1 year, 4 months ago by tera1992.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author UiPress

    (@admintwentytwenty)

    Hello,

    That’s not a bug, it’s a css outline on the link when it’s in it’s :active or :focus state. You can remove this in two ways, either with css:

    .uip-link-default:focus, .uip-link-default:active {
        outline: none !important;
    }

    Or you can edit the active and focus states in the builder and add a transparent outline:

    Thanks,

    Mark

    Thread Starter tera1992

    (@tera1992)

    I try , i am not active focus state.

    also I used .uip-link-default:focus, .uip-link-default:active { outline: none !important; } code snippet . still not removing the border outline.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug border color’ is closed to new replies.