Merge pull request #279 from taigaio/issue/1963/popover-hover-color-problem

Change popover hover color to white.
stable
Alejandro 2015-01-27 08:10:00 +01:00
commit 806be20a9e
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@
&:hover {
color: $fresh-taiga;
transition: color .3s linear;
&.point {
color: $white;
}
}
}
&:after {