Add hover effect

This commit is contained in:
Gennady Grishkovtsov
2018-12-31 12:47:35 +03:00
parent f4bf0c503a
commit 87f9703529
2 changed files with 8 additions and 0 deletions

View File

@@ -56,6 +56,10 @@
&--active {
fill: white !important;
background-color: #05CBCD !important;
&:hover {
fill: #505050 !important;
}
}
}
}