Merge pull request #6449 from matrix-org/gsouquet/fix-18153

Add event selected state for message bubbles
pull/21833/head
Germain 2021-07-23 08:10:50 +01:00 committed by GitHub
commit ffcc9631df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ limitations under the License.
padding-top: 0;
}
&:hover {
&:hover,
&.mx_EventTile_selected {
&::before {
content: '';
position: absolute;