-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
button, router link, external link consistency and styling #166
Comments
Thanks for the information! Questions:
|
Yes the purpose of the prop named kolibri-design-system/lib/buttons-and-links/KExternalLink.vue Lines 70 to 76 in 4a2ae39
I'm referring to the slot named kolibri-design-system/lib/buttons-and-links/KExternalLink.vue Lines 32 to 39 in 4a2ae39
The |
@sairina FYI I found the source of some of the frustrating underline issues we've had: |
Expected behavior
KButton
,KRouterLink
, andKExternalLink
are styled exactly the same with 8px spacing between the icons and the text as here: #135 (comment)Actual behavior
After merging in these PRs:
I see:
for:
Additionally there are some discrepancies with the slots:
KButton
hasicon
,default
, andiconAfter
which seems correctKExternalLink
is missingdefault
and includes a slot calledopenInNewTab
whose purpose is unclearKRouterLink
has no slots at allSteps to reproduce the issue
Paste the code above into a test page
Environment
The text was updated successfully, but these errors were encountered: