refactor classes on invoice and estimate view page

This commit is contained in:
satyaprakash10
2019-12-10 11:15:49 +05:30
parent fa15502ce7
commit 799d212d9b
2 changed files with 2 additions and 8 deletions

View File

@ -34,12 +34,9 @@
&.router-link-exact-active { &.router-link-exact-active {
border-left: 3px solid $crater-theme; border-left: 3px solid $crater-theme;
}
&.router-link-exact-active {
background-color: $gray--very-light; background-color: $gray--very-light;
} }
&:hover { &:hover {
background-color: $gray--very-light; background-color: $gray--very-light;
} }

View File

@ -34,12 +34,9 @@
&.router-link-exact-active { &.router-link-exact-active {
border-left: 3px solid $crater-theme; border-left: 3px solid $crater-theme;
background-color: $gray--very-light;
} }
&.router-link-exact-active {
background-color: $gray--very-light;
}
&:hover { &:hover {
background-color: $gray--very-light; background-color: $gray--very-light;
} }