mirror of https://github.com/vector-im/riot-web
Remove obsolete opacity value for E2E icons (#8975)
* Remove obsolete opacity value for E2E icons Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * The opacity declaration is not required after all Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28788/head^2
parent
8641a5210b
commit
d1928d2cb3
|
@ -407,11 +407,6 @@ $left-gutter: 64px;
|
||||||
&.mx_EventTile.focus-visible:focus-within .mx_EventTile_line {
|
&.mx_EventTile.focus-visible:focus-within .mx_EventTile_line {
|
||||||
background-color: $event-selected-color;
|
background-color: $event-selected-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* End to end encryption stuff */
|
|
||||||
&:hover .mx_EventTile_e2eIcon {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GenericEventListSummary {
|
.mx_GenericEventListSummary {
|
||||||
|
@ -588,7 +583,6 @@ $left-gutter: 64px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 0.2;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
|
||||||
|
@ -610,11 +604,6 @@ $left-gutter: 64px;
|
||||||
mask-size: 80%;
|
mask-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_EventTile_e2eIcon_warning,
|
|
||||||
&.mx_EventTile_e2eIcon_normal {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.mx_EventTile_e2eIcon_warning::after {
|
&.mx_EventTile_e2eIcon_warning::after {
|
||||||
mask-image: url('$(res)/img/e2e/warning.svg');
|
mask-image: url('$(res)/img/e2e/warning.svg');
|
||||||
background-color: $alert;
|
background-color: $alert;
|
||||||
|
|
Loading…
Reference in New Issue