Skip to content

Commit

Permalink
tooltipのスタイルを適用
Browse files Browse the repository at this point in the history
  • Loading branch information
onjiro committed Dec 14, 2014
1 parent fd15dc2 commit 5d4f8bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/tooltip.css.scss
@@ -0,0 +1,11 @@
.tooltip-suggestion {
a {
&:hover,
&:focus,
&:active,
&:visited {
color: white;
text-decolation: initial;
}
}
}

0 comments on commit 5d4f8bb

Please sign in to comment.