mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Merge pull request #6449 from matrix-org/gsouquet/fix-18153
Add event selected state for message bubbles
This commit is contained in:
commit
ffcc9631df
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ limitations under the License.
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&.mx_EventTile_selected {
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue