Input dropdown: style minor fix

This commit is contained in:
María Checa 2016-03-04 18:19:48 +01:00
parent 161af4654f
commit 75365d1925

View File

@ -95,6 +95,7 @@
} }
&:hover { &:hover {
background-color: rgba(157, 224, 173, 0.2); background-color: rgba(157, 224, 173, 0.2);
color: $cMainBg;
cursor: pointer; cursor: pointer;
} }
} }