Change popover hover color to white.
parent
25a33de3d7
commit
b3bff484e3
|
@ -56,7 +56,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $fresh-taiga;
|
color: $white;
|
||||||
transition: color .3s linear;
|
transition: color .3s linear;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue