Make shields in UserInfo black if user isn't verified
This commit is contained in:
parent
767015d19d
commit
0956d00637
3 changed files with 58 additions and 33 deletions
|
@ -256,6 +256,9 @@ limitations under the License.
|
|||
.mx_UserInfo_expand {
|
||||
display: flex;
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
.mx_UserInfo_expand_verified {
|
||||
color: $accent-color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue