Skip to content

Commit

Permalink
Merge pull request #413 from getguesstimate/hotfix-restyle
Browse files Browse the repository at this point in the history
Make textareas still be styled correctly as a fallback.
  • Loading branch information
OAGr committed May 23, 2016
2 parents e761f4c + bb51ca0 commit f4e3e67
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/metrics/card/name/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@
line-height: 1.2em;
}

.output .MetricName textarea {
font-weight: 500;
}

.titleView .MetricName textarea {
color: #3C4F67;
font-weight: 600;
}

.MetricCardViewSection.display .MetricName textarea {
overflow: hidden;
}

.metricCard.display .titleView .MetricName textarea {
color: #3C3F44;
}

.output .MetricName .static {
font-weight: 500;
}
Expand Down

0 comments on commit f4e3e67

Please sign in to comment.