remove obsolete emojione css

This commit is contained in:
Matthew Hodgson 2019-05-19 17:11:41 +01:00
parent 9f70bf3aec
commit 069a5a9546
2 changed files with 1 additions and 11 deletions

View File

@ -445,15 +445,6 @@ textarea {
background-color: $primary-bg-color;
}
.mx_emojione {
height: 1em;
vertical-align: middle;
}
.mx_emojione_selected {
background-color: $accent-color;
}
::-moz-selection {
background-color: $accent-color;
color: $selection-fg-color;

View File

@ -149,8 +149,7 @@ limitations under the License.
}
.mx_EventTile_sending .mx_UserPill,
.mx_EventTile_sending .mx_RoomPill,
.mx_EventTile_sending .mx_emojione {
.mx_EventTile_sending .mx_RoomPill {
opacity: 0.5;
}