Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2642 from matrix-org/bwindels/e2eiconhover
Browse files Browse the repository at this point in the history
make e2e icons on message transparent
  • Loading branch information
bwindels authored Feb 14, 2019
2 parents ce1728c + 84b53fa commit ae945ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ limitations under the License.

/* End to end encryption stuff */

.mx_EventTile_e2eIcon:hover {
opacity: 1;
}

.mx_EventTile_e2eIcon {
display: block;
position: absolute;
Expand All @@ -289,6 +293,7 @@ limitations under the License.
mask-size: 14px;
mask-repeat: no-repeat;
mask-position: 0;
opacity: 0.2;
}

.mx_EventTile_e2eIcon_undecryptable, .mx_EventTile_e2eIcon_unverified {
Expand Down

0 comments on commit ae945ea

Please sign in to comment.