Add PPoC tag and update styling for PPoC perms

This commit is contained in:
leigh-mil
2019-04-11 15:56:40 -04:00
parent ec3d4f518f
commit f747edaaf3
3 changed files with 27 additions and 16 deletions

View File

@@ -272,6 +272,7 @@
.members-table-ppoc {
select::-ms-expand {
display: none;
color: $color-gray;
}
select {
@@ -288,11 +289,12 @@
word-break: normal;
padding-right: 3rem;
padding-left: 1.2rem;
color: $color-gray;
}
select:hover {
box-shadow: none;
color: $color-base;
color: $color-gray;
}
}