diff --git a/eform-client/src/app/components/navigation/navigation.component.scss b/eform-client/src/app/components/navigation/navigation.component.scss
index 3a28e2e095..644db49778 100644
--- a/eform-client/src/app/components/navigation/navigation.component.scss
+++ b/eform-client/src/app/components/navigation/navigation.component.scss
@@ -1,3 +1,9 @@
+
+:root {
+ --rounded-full: 9999px;;
+ --font-family: Nunito Sans, Roboto, "Helvetica Neue", sans-serif;
+}
+
mat-tree {
mat-tree-node {
display: inline-flex;
@@ -14,15 +20,21 @@ mat-tree {
white-space: initial;
line-height: 1.4em;
}
+
+ &:hover{
+ border-radius: var(--rounded-full)!important;
+ background-color: var(--mdc-theme-primary-dark, #00695C) !important;
+ color: var(--mdc-theme-on-primary) !important;
+ }
+ //&:focus {
+ // background-color: var(--mdc-theme-primary-dark, #00695C) !important;
+ // border-radius: var(--rounded-full) !important;
+ // color: var(--mdc-theme-on-primary) !important;
+ //}
}
- &:hover{
- border-radius: var(--rounded-full)!important;
- }
- &:focus{
- border-radius: var(--rounded-full)!important;
- }
+
.selected-node {
background-color: var(--mdc-theme-primary) !important;
@@ -31,6 +43,7 @@ mat-tree {
&:hover{
background-color: var(--mdc-theme-primary-dark) !important;
+ color: var(--mdc-theme-on-primary) !important;
}
}
@@ -61,9 +74,16 @@ mat-tree {
}
mat-tree-node {
+ .nav-link{
+ &:hover{
+ width: calc(100% - 20px)!important;
+ border-radius: var(--rounded-full)!important;
+ background-color: var(--mdc-theme-primary-dark, #00695C) !important;
+ color: var(--mdc-theme-on-primary) !important;
+ }
+ }
span {
white-space: initial;
- //line-height: 1.4em;
}
}
}
@@ -71,6 +91,8 @@ mat-tree {
.selected-node {
width: calc(100% - 20px)!important;
}
+
+
}
}
@@ -87,3 +109,9 @@ mat-tree {
vertical-align: middle;
font-size: 18px;
}
+
+
+mat-tree-node a.mat-mdc-button-base.nav-link {
+ border-radius: var(--rounded-full) !important;
+ overflow: hidden !important;
+}
diff --git a/eform-client/src/app/modules/eforms/components/eforms-page/eforms-page.component.html b/eform-client/src/app/modules/eforms/components/eforms-page/eforms-page.component.html
index ea6fb238a3..2338c6a008 100644
--- a/eform-client/src/app/modules/eforms/components/eforms-page/eforms-page.component.html
+++ b/eform-client/src/app/modules/eforms/components/eforms-page/eforms-page.component.html
@@ -26,7 +26,8 @@
(click)="openNewEformModal()"
class="btn-secondary btn-secondary--icon-rounded-border"
>
-