diff --git a/res/css/views/rooms/_EventBubbleTile.pcss b/res/css/views/rooms/_EventBubbleTile.pcss index a49dc395e06..748e3c19606 100644 --- a/res/css/views/rooms/_EventBubbleTile.pcss +++ b/res/css/views/rooms/_EventBubbleTile.pcss @@ -292,23 +292,9 @@ limitations under the License. } /* we put the timestamps for media (other than stickers) atop the media */ - /* for images we also apply a linear gradient and change the timestamp colour to aid readability */ &.mx_EventTile_image { .mx_MessageTimestamp { - color: #ffffff; /* regardless of theme, always visible on the below gradient */ - } - - /* linear gradient to make the timestamp more visible */ - .mx_MImageBody::before { - content: ""; - position: absolute; - background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); - z-index: 1; - top: 0; - bottom: 0; - left: 0; - right: 0; - pointer-events: none; + color: #ffffff; /* regardless of theme */ } } }