Merge pull request #2647 from matrix-org/bwindels/e2eiconwholeeventhover

highlight e2e icon on event when hovering whole event
pull/21833/head
Bruno Windels 2019-02-15 15:26:20 +01:00 committed by GitHub
commit d40da42268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -277,8 +277,7 @@ limitations under the License.
}
/* End to end encryption stuff */
.mx_EventTile_e2eIcon:hover {
.mx_EventTile:hover .mx_EventTile_e2eIcon {
opacity: 1;
}