diff --git a/resources/assets/sass/pages/estimates/view.scss b/resources/assets/sass/pages/estimates/view.scss index 15e1df92..8a55fc03 100644 --- a/resources/assets/sass/pages/estimates/view.scss +++ b/resources/assets/sass/pages/estimates/view.scss @@ -34,12 +34,9 @@ &.router-link-exact-active { border-left: 3px solid $crater-theme; - } - - &.router-link-exact-active { background-color: $gray--very-light; } - + &:hover { background-color: $gray--very-light; } diff --git a/resources/assets/sass/pages/invoices/view.scss b/resources/assets/sass/pages/invoices/view.scss index 08496d13..69379564 100644 --- a/resources/assets/sass/pages/invoices/view.scss +++ b/resources/assets/sass/pages/invoices/view.scss @@ -34,12 +34,9 @@ &.router-link-exact-active { border-left: 3px solid $crater-theme; + background-color: $gray--very-light; } - &.router-link-exact-active { - background-color: $gray--very-light; - } - &:hover { background-color: $gray--very-light; }