Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Fix white on white text #228

Merged
merged 3 commits into from
May 18, 2016
Merged

Fix white on white text #228

merged 3 commits into from
May 18, 2016

Conversation

dmcinnes
Copy link
Contributor

Fixes #225 and #227

This also fixes the design view of authorize client (http://localhost:5000/design/authorize when running locally)

Ready for review @heroku/api

@dmcinnes dmcinnes added the bug label May 17, 2016
@@ -23,6 +23,9 @@ body {
margin-bottom: 90px;
color: fade-out($white, 0.2);
}
.panel {
color: #3F3F44;

Choose a reason for hiding this comment

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

Color literals like #3F3F44 should only be used in variable declarations; they should be referred to via variable everywhere else.
Color #3F3F44 should be written as #3f3f44

@@ -72,5 +72,9 @@ class Design < Sinatra::Base
slim :"design/index"
end
end

def client_deny_url
"https://id.heroku.com/#deny"
Copy link
Contributor

Choose a reason for hiding this comment

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

How is that relevant to the white on white css bug?

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 needed this fix to test the authorization endpoint in our design since the view calls this method.
https://github.com/heroku/identity/blob/master/lib/identity/design.rb#L51-L54

@rwz
Copy link
Contributor

rwz commented May 18, 2016

👍

@dmcinnes
Copy link
Contributor Author

Thanks!

@dmcinnes dmcinnes merged commit e19ef44 into master May 18, 2016
@dmcinnes dmcinnes deleted the doug/white-on-white-text branch May 18, 2016 23:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance page has white on white text
3 participants