use normal shield for verification requests

This commit is contained in:
Bruno Windels 2019-11-13 18:45:12 +01:00
parent fe059e524f
commit e3f7fe51dc
2 changed files with 5 additions and 1 deletions

View file

@ -25,7 +25,7 @@ limitations under the License.
width: 12px;
height: 16px;
content: "";
mask: url("$(res)/img/e2e/verified.svg");
mask: url("$(res)/img/e2e/normal.svg");
mask-repeat: no-repeat;
mask-size: 100%;
margin-top: 4px;
@ -33,6 +33,7 @@ limitations under the License.
}
&.mx_KeyVerification_icon_verified::after {
mask: url("$(res)/img/e2e/verified.svg");
background-color: $accent-color;
}