Closed gabbsmo closed 3 weeks ago
Another idea, would it be possible to allow for developers to choose whether the quick link container is the <a>
or a child element, for example in the case there are multiple links in one box?
The issue is a bit different. There should be a wrapping link around the items. Classname: hoo-qllink.
The div on the other hand should be a <article>
.
Should be fixed.
Describe the bug While testing the different quick links styles I noticed that if you changed the top level
<div>
tag to<a>
the text color would change in the large variante, but not for the compact ones. Since the compact variants have an explicitcolor
set it seems like this was forgotten about for the large variants.To Reproduce Steps to reproduce the behavior:
<div>
to<a>
for a.hoo-qlcompact
<div>
to<a>
for a.hoo-qlbtn
Expected behavior Button text should have text color, not link color. Not sure about
:hover
.Desktop (please complete the following information):
Additional context Entierly possible that I got this the wrong way around. Could not find a reference in Fluent UI but SharePoint is using text color at least. Also SharePoint use bold text, but that is perhaps something that is best left for applications to deside or a separate issue?