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

Close #2027. Fix usage of rgba() #2028

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

cpsievert
Copy link
Contributor

No description provided.

@@ -7,7 +7,7 @@
width: 25px;
top: 0;
right: calc(#{$select-padding-x} - #{$select-padding-item-x});
color: rgba(0, 0, 0);
color: rgb(0, 0, 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This would work better with Bootstrap 5.3.1's new dark mode support, but I'm not sure if you want to incorporate Bootstrap semantics here

Suggested change
color: rgb(0, 0, 0);
color: var(--bs-emphasis-color, black);

@databyte
Copy link
Collaborator

rgba is an alias of rgb so unless it's rgb(0 0 0 / 50%) it's not really a big deal. Merging since you already did the work!

@databyte databyte merged commit e6ca6d3 into selectize:master Mar 15, 2024
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.

2 participants