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

Change status color in tab to match with success #1247

Merged
merged 2 commits into from
Oct 10, 2016

Conversation

vera-liu
Copy link
Contributor

@vera-liu vera-liu commented Oct 4, 2016

Issue: #1030
A small change in css, make status dot in sqllab the same color as our 'brand-success' color in stylesheet.

Before:
11513cfc-6df5-11e6-9e1a-a78be529835e

After:
screen shot 2016-10-03 at 5 25 25 pm

Same color as:
screen shot 2016-10-03 at 5 25 59 pm

@ascott

@vera-liu vera-liu mentioned this pull request Oct 4, 2016
@@ -123,7 +123,7 @@ div.Workspace {
color: black;
}
.success {
background-color: green;
background-color: #4AC15F;
Copy link
Contributor

Choose a reason for hiding this comment

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

we should use the bootstrap variable here in case we decide to change the success color: @brand-success

@ascott
Copy link
Contributor

ascott commented Oct 5, 2016

one small comment about using the color variable, otherwise LGTM

@vera-liu
Copy link
Contributor Author

#1309

@ascott
Copy link
Contributor

ascott commented Oct 10, 2016

let's ship this as-is and resolve the issue with less variables in the future. thanks for adding an issue!

🚢

@vera-liu vera-liu merged commit f8e2ce6 into apache:master Oct 10, 2016
@vera-liu vera-liu deleted the vliu_status_dot branch November 1, 2016 19:05
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.12.0 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants