From 1a61ffc595420cc093c514bdb3227184df6d0b38 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 22 Sep 2021 16:33:19 -0400 Subject: [PATCH] feat: a useless hover effect because raisins --- public/less/admin/header.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index 709dbc378f..585ac2fe37 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -102,6 +102,10 @@ border-bottom: 4px solid transparent; transition: border-color 150ms linear; + &:hover { + border-color: darken(@brand-primary, 20%); + } + &.active { border-color: @brand-primary; }