feat(ui): removes active class from HOME button 🏠

This commit is contained in:
Matteo Cominetti
2020-10-17 16:30:50 +01:00
parent aedc611b63
commit 3bc04e22e2
+5 -1
View File
@@ -2,7 +2,7 @@
<v-app id="speckle">
<v-app-bar app color="background2" flat class="no-decor">
<v-container class="py-0 fill-height">
<v-btn text to="/">
<v-btn text to="/" active-class="no-active">
<v-img
contain
max-height="30"
@@ -226,6 +226,10 @@ a:hover {
text-decoration: none;
}
.v-btn--active.no-active::before {
opacity: 0 !important;
}
/* .theme--dark {
/color: #cfcdcc !important;
} */