Merge pull request #1208 from dod-ccpo/app-members-edit-menu-fixes

App members edit menu fixes
This commit is contained in:
leigh-mil
2019-11-27 10:54:44 -05:00
committed by GitHub
4 changed files with 88 additions and 58 deletions

View File

@@ -253,6 +253,11 @@
border-radius: 3px;
cursor: pointer;
&:hover,
&--active {
background-color: $color-aqua-lightest;
}
.icon {
margin: $gap / 2;
}
@@ -278,6 +283,10 @@
&:last-child {
border-bottom: 0;
}
&:hover {
background-color: $color-aqua-lightest;
}
}
}
}