mirror of https://github.com/vector-im/riot-web
Merge pull request #6449 from matrix-org/gsouquet/fix-18153
Add event selected state for message bubblespull/21833/head
commit
ffcc9631df
|
@ -38,7 +38,8 @@ limitations under the License.
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&.mx_EventTile_selected {
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue