fix sites toggle hover states

This commit is contained in:
Lachlan Kermode
2019-01-17 10:41:53 +00:00
committed by Franc Camps-Febrer
parent bf012ebed9
commit 87f2f5c796
3 changed files with 10 additions and 3 deletions

View File

@@ -96,6 +96,10 @@
}
}
&:hover {
cursor: pointer;
}
&:hover:not(.disabled) {
transition: 0.2s ease;
border: 1px solid $offwhite;