Skip to content
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

fix: Side Navigation - Refactor icons usage #1656

Closed
wants to merge 1 commit into from

Conversation

salarenko
Copy link
Contributor

@salarenko salarenko commented Sep 17, 2020

Related Issue

Part of: #1603
and #1639

Description

This PR:

  • Styles icon element with icon mixins
  • Adds aria attributes

Before:

<span class="fd-nested-list__icon sap-icon--chain-link"></span>

After:

<span aria-hidden="true" class="fd-nested-list__icon sap-icon--chain-link"></span>

Please check whether the PR fulfills the following requirements

@salarenko salarenko added Enhancement New feature or request icons labels Sep 17, 2020
@salarenko salarenko added this to the Sprint 46 - Montreal milestone Sep 17, 2020
@salarenko salarenko requested a review from a team September 17, 2020 13:22
@salarenko salarenko self-assigned this Sep 17, 2020
@netlify
Copy link

netlify bot commented Sep 17, 2020

Deploy preview for fundamental-styles ready!

Built with commit 1bb7db7

https://deploy-preview-1656--fundamental-styles.netlify.app

Copy link
Contributor

@InnaAtanasova InnaAtanasova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2020-09-17 at 3 54 04 PM

@include fd-reset();
@include fd-flex-center();
@include fd-icon-element-base() {
@include fd-reset();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure you need a reset here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants