Skip to content

Commit

Permalink
[FEATURE] updated base tooltip colors (#91)
Browse files Browse the repository at this point in the history
OVERVIEW

This PR changes the color of the tooltips from navy to astrogranite

SOLUTION

changed tooltips.scss file colors
ran build
updated version number
  • Loading branch information
ninjaofawesome authored Oct 11, 2017
1 parent 216b349 commit 93406ff
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 2,949 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.6.1
**2017-10-11**
* Updated tooltip color.

### 1.6.0
**2017-10-9**
* Bugfix for 1.5.9, updated colors in tags.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
20 changes: 10 additions & 10 deletions app/public/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -7143,8 +7143,8 @@ a.text--astro-granite.is-disabled:link, a.text--astro-granite.is-disabled:visite
position: relative;
opacity: 0;
border-radius: 5px;
border: 1px solid #00142B;
background: #00142B;
border: 1px solid #1a2e3b;
background: #1a2e3b;
/* arrows
......................................*/ }
.tooltip.is-active {
Expand Down Expand Up @@ -7182,10 +7182,10 @@ a.text--astro-granite.is-disabled:link, a.text--astro-granite.is-disabled:visite
top: 100%;
right: 10%; }
.tooltip.arrow--bottom-right:after, .tooltip.arrow--bottom-left:after, .tooltip.arrow--bottom-center:after {
border-top-color: #00142B;
border-top-color: #1a2e3b;
margin-left: -10px; }
.tooltip.arrow--bottom-right:before, .tooltip.arrow--bottom-left:before, .tooltip.arrow--bottom-center:before {
border-top-color: #00142B;
border-top-color: #1a2e3b;
margin-left: -11px; }
.tooltip.arrow--left-center:after, .tooltip.arrow--left-center:before {
right: 100%;
Expand All @@ -7197,10 +7197,10 @@ a.text--astro-granite.is-disabled:link, a.text--astro-granite.is-disabled:visite
right: 100%;
bottom: 10%; }
.tooltip.arrow--left-center:after, .tooltip.arrow--left-top:after, .tooltip.arrow--left-bottom:after {
border-right-color: #00142B;
border-right-color: #1a2e3b;
margin-top: -10px; }
.tooltip.arrow--left-center:before, .tooltip.arrow--left-top:before, .tooltip.arrow--left-bottom:before {
border-right-color: #00142B;
border-right-color: #1a2e3b;
margin-top: -11px; }
.tooltip.arrow--right-center:after, .tooltip.arrow--right-center:before {
left: 100%;
Expand All @@ -7212,10 +7212,10 @@ a.text--astro-granite.is-disabled:link, a.text--astro-granite.is-disabled:visite
left: 100%;
bottom: 10%; }
.tooltip.arrow--right-bottom:after, .tooltip.arrow--right-top:after, .tooltip.arrow--right-center:after {
border-left-color: #00142B;
border-left-color: #1a2e3b;
margin-top: -10px; }
.tooltip.arrow--right-bottom:before, .tooltip.arrow--right-top:before, .tooltip.arrow--right-center:before {
border-left-color: #00142B;
border-left-color: #1a2e3b;
margin-top: -11px; }
.tooltip.arrow--top-center:after, .tooltip.arrow--top-center:before {
bottom: 100%;
Expand All @@ -7227,10 +7227,10 @@ a.text--astro-granite.is-disabled:link, a.text--astro-granite.is-disabled:visite
bottom: 100%;
right: 10%; }
.tooltip.arrow--top-right:after, .tooltip.arrow--top-left:after, .tooltip.arrow--top-center:after {
border-bottom-color: #00142B;
border-bottom-color: #1a2e3b;
margin-left: -10px; }
.tooltip.arrow--top-right:before, .tooltip.arrow--top-left:before, .tooltip.arrow--top-center:before {
border-bottom-color: #00142B;
border-bottom-color: #1a2e3b;
margin-left: -11px; }

/* tooltip sizes
Expand Down
Loading

0 comments on commit 93406ff

Please sign in to comment.