element-web/res/css
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
..
components/views Replace `$timeline-image-border-radius` with a CSS custom property (#10792) 2023-05-09 21:06:19 +00:00
compound Revert "Implement new toast UI (#10467)" (#10740) 2023-04-28 14:56:26 +00:00
structures Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
views Conform _AppsDrawer.pcss to the naming policy - AppDrawer variants (#10856) 2023-05-15 09:05:14 +00:00
voice-broadcast Replace Sass variables with custom properties on `_font-weights.pcss` (#10554) 2023-04-21 14:16:00 +00:00
_animations.pcss Apply prettier formatting 2022-12-12 12:24:14 +01:00
_common.pcss Replace `$timeline-image-border-radius` with a CSS custom property (#10792) 2023-05-09 21:06:19 +00:00
_components.pcss Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
_font-sizes.pcss Deprecate the `$spacing-` variables (#10686) 2023-04-21 13:30:21 +00:00
_font-weights.pcss Replace Sass variables with custom properties on `_font-weights.pcss` (#10554) 2023-04-21 14:16:00 +00:00
_spacing.pcss Deprecate the `$spacing-` variables (#10686) 2023-04-21 13:30:21 +00:00
rethemendex.sh Device manager - New device tile info design (#9122)(PSG-637) 2022-08-08 06:59:22 +00:00