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(NcSelect): Styles on state change #4211

Merged
merged 2 commits into from
Jun 14, 2023
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
Next Next commit
fix(NcSelect): Top placement styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Jun 14, 2023
commit 05e7fa03dcc4a38839290b1693c6c1c3b3c2c395
2 changes: 1 addition & 1 deletion src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ body {
margin-right: 2px;
}

&.vs--open .vs__dropdown-toggle:not([disabled]) {
&.vs--open .vs__dropdown-toggle {
border-color: var(--color-primary-element);
border-bottom-color: transparent;
}
Expand Down