fundamental-vue icon indicating copy to clipboard operation
fundamental-vue copied to clipboard

enhancement: anchor and icon restructuring

Open stefanoScalzo opened this issue 6 years ago • 0 comments

Is this a bug, enhancement, or feature request?

feature request

Briefly describe your proposal.

The hover and focus does not change the whole background color but only the anchor OR icon. In order to fix this we need to add the span icon inside of the anchor.

Which versions of Vue.JS and Fundamental Vue are affected? (If this is a feature request, use current version.)

v0.18.1

Please provide relevant source code if applicable.

    <li>
        <a href="#" class="fd-menu__item">
            <span class="fd-menu__addon-before"></span>
            Option 1 with very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long header
        </a>
    </li>

stefanoScalzo avatar Oct 04 '19 17:10 stefanoScalzo