Skip to content

Commit

Permalink
Added style for language tone tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhasinghal committed Jul 13, 2016
1 parent f766c81 commit c9ef375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,10 @@ pre[class*=" language-"] {
text-align: center;
-webkit-transition: 0.1s;
transition: 0.1s; }
.summary-writing-graph--label-container:hover .bar-graph--tooltip {
visibility: visible;
opacity: 1;
}
.summary-writing-graph--bar-tooltip:after {
content: '';
position: absolute;
Expand Down

0 comments on commit c9ef375

Please sign in to comment.