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

"Join Scratch" page uses old color scheme for some UI elements #7758

Open
kelianor opened this issue Jul 21, 2023 · 3 comments
Open

"Join Scratch" page uses old color scheme for some UI elements #7758

kelianor opened this issue Jul 21, 2023 · 3 comments

Comments

@kelianor
Copy link

kelianor commented Jul 21, 2023

"Join Scratch" page uses blue colors instead of purple for background, tooltips and checkboxes.
Note: "Next" button is purple

Steps to Reproduce

  1. Go to 'https://scratch.mit.edu/join'
  2. Notice that background, tooltips and checkboxes use blue colors
@mrjasonn
Copy link

Please note that the next button is purple.

@kelianor kelianor changed the title "Join Scratch" page uses old color scheme "Join Scratch" page uses old color scheme for some UI elements Jul 24, 2023
@ghost
Copy link

ghost commented Nov 28, 2023

There are a couple of Color Consitencies that I've discovered when using the website, and there is a forum for all the old color UI elements in the official topic.

@blazgocompany
Copy link

blazgocompany commented Jun 19, 2024

In src/components/registration/steps.scss line 87:

input[type="radio"] {
            margin-right: 1rem;

            &:focus {
                transition: all .5s ease;
                border: 1px solid $ui-purple; /* Previously $ui-blue */
            }
 }
        
 

I couldn't test this so I didn't make a PR.

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

No branches or pull requests

3 participants