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

Make open keyboard button more visible #232

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

dqnykamp
Copy link
Member

@dqnykamp dqnykamp commented Aug 2, 2024

This PR makes the open keyboard button be white with a black border to make it more visible, especially when it is in front of a dark background.

@dqnykamp dqnykamp requested a review from siefkenj August 2, 2024 22:06
@@ -64,6 +63,8 @@ Tailwind base is purposely not included because we want all styles to be prefixe
@apply border-b-black border-b;
@apply hover:bg-slate-300 active:bg-slate-400;
@apply w-12 h-[1.5rem] flex items-center justify-center;
background-color: white;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is fine. You can also do bg-white inside of an @apply block to do it tailwind style.

Copy link
Member Author

Choose a reason for hiding this comment

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

I was wondering about the @apply, but figured you'd let me know!

Copy link
Member Author

Choose a reason for hiding this comment

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

Is there a border-width @apply version I should use as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

@siefkenj
Copy link
Contributor

siefkenj commented Aug 5, 2024

Looks good.

@dqnykamp dqnykamp merged commit 0e5db77 into Doenet:main Aug 14, 2024
3 checks passed
dqnykamp added a commit that referenced this pull request Aug 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