Make shields in UserInfo black if user isn't verified

This commit is contained in:
David Baker 2020-01-30 15:59:03 +00:00
parent 767015d19d
commit 0956d00637
3 changed files with 58 additions and 33 deletions

View file

@ -256,6 +256,9 @@ limitations under the License.
.mx_UserInfo_expand {
display: flex;
margin-top: 11px;
}
.mx_UserInfo_expand_verified {
color: $accent-color;
}
}