element-web/res
Suguru Hirahara 3b2216ec9d
Fix class name of the read marker on `MessagePanel` (#10745)
* Optimize mx_RoomView_myReadMarker

- Replace the compound selector with a type selector
- Nest the type selector in "mx_RoomView_myReadMarker_container"

* Conform the style rules to the naming policy

Including "container" in a class name is redundant as our naming policy tells that a string followed by an underscore (_) represents a container if it contains an element.

* Run prettier

* Replace `mx_RoomView_myReadMarker hr` with `mx_RoomView_myReadMarker`

- Remove a unit
- Hide hr's parent (mx_RoomView_myReadMarker) on Percy snapshots

* Change the class name from `mx_RoomView_myReadMarker` to `mx_MessagePanel_myReadMarker`

The read marker is specified on MessagePanel.tsx, and should be named so to avoid confusion.

- Create _MessagePanel.pcss for the style rules of MessagePanel

* Update permalinks.spec.ts
2023-05-15 11:02:04 +00:00
..
css Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
fonts Upgrade `emojibase` and `twemoji` (#7286) 2022-03-23 17:08:34 +00:00
img Revert "Implement new toast UI (#10467)" (#10740) 2023-04-28 14:56:26 +00:00
media Add audible notifcation on broadcast error (#10654) 2023-05-11 12:15:34 +00:00
themes Fix issues with inhibited accessible focus outlines (#10579) 2023-04-12 12:49:12 +00:00