Skip to content

Conversation

@artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented May 20, 2024

Fixes #829

Before:
Screen Shot 2024-05-17 at 14 46 59

After:
Screen Shot 2024-05-17 at 18 07 17

Comment on lines 48 to 56
a {
text-decoration: none;

color: var(--g-color-text-link);
}

a:hover {
color: var(--g-color-text-link-hover);
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Move styles inside link class, so link colors won't apply to buttons

Copy link
Contributor

Choose a reason for hiding this comment

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

Why should we define these styles? Is it possible to use proper uikit components with needed styles?

Copy link
Member Author

Choose a reason for hiding this comment

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

React-router Link was used, it doesn't have proper styles. Replaced it with out link wrapper and removed unneeded styles

@artemmufazalov artemmufazalov marked this pull request as ready for review May 20, 2024 11:22
@artemmufazalov artemmufazalov requested a review from Raubzeug May 21, 2024 09:53
Comment on lines 48 to 56
a {
text-decoration: none;

color: var(--g-color-text-link);
}

a:hover {
color: var(--g-color-text-link-hover);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why should we define these styles? Is it possible to use proper uikit components with needed styles?

@artemmufazalov artemmufazalov merged commit f97c082 into main May 21, 2024
@artemmufazalov artemmufazalov deleted the 829-fix-align branch May 21, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Controls do not align correctly in nodes table

3 participants