-
Notifications
You must be signed in to change notification settings - Fork 72
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
base: main
Are you sure you want to change the base?
Remove usage of important from breadcrumbs #624
Conversation
023a777
to
a6fd9c4
Compare
src/components/link/link.tsx
Outdated
There was a problem hiding this comment.
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
@@ -43,16 +40,11 @@ | |||
.ouiBreadcrumb--collapsed { | |||
flex-shrink: 0; | |||
color: $ouiBreadcrumbCollapsedLink; | |||
vertical-align: top !important; // sass-lint:disable-line no-important |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
a6fd9c4
to
49fbba3
Compare
Signed-off-by: AbhishekReddy1127 <nallamsa@amazon.com>
49fbba3
to
f4fb366
Compare
@AbhishekReddy1127 @BSFishy want to finish this? Close unmerged? |
Description
Removed the usage of important for the breadcrumbs and ensured that it works as before.
Issues Resolved
Fixes #376
Check List
yarn lint
yarn test-unit
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.