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 { &--active {
fill: white !important; fill: white !important;
background-color: #05CBCD !important; background-color: #05CBCD !important;
&:hover {
fill: #505050 !important;
}
} }
} }
} }

View File

@@ -7,6 +7,10 @@
cursor: pointer; cursor: pointer;
transition: .2s; transition: .2s;
&:hover {
fill: #505050;
}
&--no-border { &--no-border {
border: 0; border: 0;
border-radius: 0; border-radius: 0;