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 a PowerSelect outline issue #513

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Nov 5, 2024

The active border is now no longer visible when the select is disabled.

Closes #439

The active border is now no longer visible when the select is disabled.
box-shadow: inset 0 0 0 0.2rem var(--au-outline-color) !important; // Temporary webuniversum override
&:not(.ember-power-select-trigger[aria-disabled="true"]) {
outline: none;
border-width: 0.1rem !important; // Temporary webuniversum override
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 guess we can remove some of these overrides? I don't think there are projects that mix Appuniversum + Webuniversum.

@Windvis Windvis added the bug Used when the PR fixes a bug included in a previous release. label Nov 5, 2024
@Windvis Windvis merged commit f63f383 into master Nov 5, 2024
9 checks passed
@Windvis Windvis deleted the fix/power-select-disabled-outline branch November 5, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used when the PR fixes a bug included in a previous release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't apply active style to ember-power-select component when it is disabled
1 participant