fix e2e icon in composer having wrong colors

pull/21833/head
Bruno Windels 2019-11-13 18:55:11 +01:00
parent e3f7fe51dc
commit 942a1c9a56
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,10 @@ limitations under the License.
.mx_MessageComposer_e2eIcon.mx_E2EIcon {
position: absolute;
left: 60px;
background-color: $composer-e2e-icon-color;
&::after {
background-color: $composer-e2e-icon-color;
}
}
.mx_MessageComposer_noperm_error {