feat: a useless hover effect because raisins

This commit is contained in:
Julian Lam
2021-09-22 16:33:19 -04:00
parent 57358743fa
commit 1a61ffc595

View File

@@ -102,6 +102,10 @@
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
transition: border-color 150ms linear; transition: border-color 150ms linear;
&:hover {
border-color: darken(@brand-primary, 20%);
}
&.active { &.active {
border-color: @brand-primary; border-color: @brand-primary;
} }