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

Remove usage of important from breadcrumbs #624

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbhishekReddy1127
Copy link
Contributor

Description

Removed the usage of important for the breadcrumbs and ensured that it works as before.

Screenshot 2023-03-23 at 11 50 44 AM

Screenshot 2023-03-23 at 11 52 15 AM

Issues Resolved

Fixes #376

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • All tests pass
    • yarn lint
    • yarn test-unit
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@AbhishekReddy1127 AbhishekReddy1127 force-pushed the OUI-Breadcrumb-avoid-important branch 5 times, most recently from 023a777 to a6fd9c4 Compare March 28, 2023 19:46
@AbhishekReddy1127 AbhishekReddy1127 marked this pull request as ready for review March 28, 2023 19:46
@AbhishekReddy1127 AbhishekReddy1127 requested a review from a team as a code owner March 28, 2023 19:46
Copy link
Contributor

@BSFishy BSFishy Mar 28, 2023

Choose a reason for hiding this comment

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

Adding a color to links should preferably be done in another PR

src/components/breadcrumbs/_breadcrumbs.scss Outdated Show resolved Hide resolved
src/components/breadcrumbs/breadcrumbs.tsx Outdated Show resolved Hide resolved
@@ -43,16 +40,11 @@
.ouiBreadcrumb--collapsed {
flex-shrink: 0;
color: $ouiBreadcrumbCollapsedLink;
vertical-align: top !important; // sass-lint:disable-line no-important
Copy link
Contributor

Choose a reason for hiding this comment

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

Does removing this change the layout at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@BSFishy Not any significant change i see.

@AbhishekReddy1127 AbhishekReddy1127 force-pushed the OUI-Breadcrumb-avoid-important branch from a6fd9c4 to 49fbba3 Compare March 29, 2023 16:03
Signed-off-by: AbhishekReddy1127 <nallamsa@amazon.com>
@AbhishekReddy1127 AbhishekReddy1127 force-pushed the OUI-Breadcrumb-avoid-important branch from 49fbba3 to f4fb366 Compare March 29, 2023 18:29
@joshuarrrr joshuarrrr added the help wanted Extra attention is needed label Jun 27, 2023
@joshuarrrr joshuarrrr marked this pull request as draft June 27, 2023 23:58
@BSFishy BSFishy mentioned this pull request Aug 10, 2023
7 tasks
@dblock
Copy link
Member

dblock commented Jul 22, 2024

@AbhishekReddy1127 @BSFishy want to finish this? Close unmerged?

[Catch All Triage w/ 1, 2, 3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid using important in style sheets
4 participants