Replace legacy icons with compound (#31424)
* Replace legacy dialpad.svg icon with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace legacy silence.svg icon with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace legacy tab-userdirectory.svg icon with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace legacy e2e icons with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove old mask Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update jest snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b3e8bc8fea
commit
e97de7d2ea
@@ -56,7 +56,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
}
|
||||
|
||||
&.mx_Toast_icon_verification::after {
|
||||
mask-image: url("$(res)/img/e2e/normal.svg");
|
||||
mask-image: url("@vector-im/compound-design-tokens/icons/lock-solid.svg");
|
||||
background-color: $primary-content;
|
||||
}
|
||||
|
||||
@@ -64,12 +64,12 @@ Please see LICENSE files in the repository root for full details.
|
||||
/* white infill for the hollow svg mask */
|
||||
&::before {
|
||||
background-color: #ffffff;
|
||||
mask-image: url("$(res)/img/e2e/normal.svg");
|
||||
mask-image: url("@vector-im/compound-design-tokens/icons/lock-solid.svg");
|
||||
mask-size: 80%;
|
||||
}
|
||||
|
||||
&::after {
|
||||
mask-image: url("$(res)/img/e2e/warning.svg");
|
||||
mask-image: url("@vector-im/compound-design-tokens/icons/error-solid.svg");
|
||||
background-color: $e2e-warning-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user