mirror of https://github.com/vector-im/riot-web
Add event selected state for message bubbles
parent
6765bb8f4c
commit
224a9db3ec
|
@ -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