You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Move E2E icons out of feather dir
They appear to all be created by Nad, according to https://github.com/matrix-org/matrix-react-sdk/pull/2557.
This commit is contained in:
@@ -24,7 +24,7 @@ limitations under the License.
|
||||
padding-bottom: 10px;
|
||||
|
||||
&:before {
|
||||
mask: url("$(res)/img/e2e/lock-warning.svg");
|
||||
mask: url("$(res)/img/e2e/lock-warning-filled.svg");
|
||||
mask-repeat: no-repeat;
|
||||
background-color: $primary-fg-color;
|
||||
content: "";
|
||||
|
Reference in New Issue
Block a user