Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

[UI] Dropdown Nested Menu Arrow Alignment Fix #2248

Merged
merged 1 commit into from May 10, 2018

Conversation

adibwoy
Copy link
Contributor

@adibwoy adibwoy commented May 8, 2018

Fixes: #2219

Before:
image

After:
image

Signed-off-by: Aditya Bhandari adityab@vmware.com

@adibwoy adibwoy added this to the 0.11.17 milestone May 8, 2018
@adibwoy adibwoy self-assigned this May 8, 2018
@@ -130,7 +130,7 @@
}

&.expandable {
$clr-dropdown-caret-xOffset: 0.333rem;
$clr-dropdown-caret-margin-top: 0.375rem;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we move this to ./_variables.dropdown.scss ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think we can because its a local variable. It changes in different breakpoints. I would have to create multiple variables if we want to do that. For now, I think this is fine. The whole dropdown css needs a refactor and we can get this fixed that time. Does that sound okay?

Fixes: vmware-archive#2219
Signed-off-by: Aditya Bhandari <adityab@vmware.com>
@adibwoy adibwoy force-pushed the topic/aditya/dropdown-fix branch from d6e946b to 36a7835 Compare May 8, 2018 16:34
@adibwoy adibwoy merged commit 9cd61b2 into vmware-archive:master May 10, 2018
@adibwoy adibwoy deleted the topic/aditya/dropdown-fix branch May 10, 2018 13:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants