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(Datamapper-styles): fix the PF tokens and tweak DnD styling #1927

Merged
merged 5 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(styles): Reexport DnD styles and variables
  • Loading branch information
lordrip committed Jan 21, 2025
commit 2099cb069a1ff74c56b7a1c0523a044287818c7d
2 changes: 2 additions & 0 deletions packages/ui/src/styles/_dnd.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@forward '~@patternfly/patternfly/components/DragDrop/drag-drop.scss';
Copy link
Member

Choose a reason for hiding this comment

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

@mmelko @igarashitm
We're reexporting the drag-drop.scss styles and variables from patternfly so they are available to the users of this mixin.


@mixin cursor-grab {
cursor: grab;

Expand Down
Loading