element-web/res/css
Suguru Hirahara 8867f1801e
Remove obsolete CSS declarations from _RoomHeader.pcss (#10496)
* Remove obsolete mx_RoomHeader_textButton and mx_RoomHeader_cancelButton

These declarations have been obsolete since GroupView.js was deleted by fce36ec826.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove obsolete mx_RoomHeader_spinner

As of 79d3cca6 it was used as follows:

````
if (this.props.saving) {
    const Spinner = sdk.getComponent("elements.Spinner");
    spinner = <div className="mx_RoomHeader_spinner"><Spinner /></div>;
}
````

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove obsolete mx_RoomHeader_info

This was deprecated by 18fedb23ec

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

---------

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-04-20 08:21:06 +00:00
..
components/views Fix multiple accessibility defects identified by AXE (#10606) 2023-04-17 16:09:45 +00:00
compound Implement new toast UI (#10467) 2023-04-18 11:38:41 +00:00
structures Implement new toast UI (#10467) 2023-04-18 11:38:41 +00:00
views Remove obsolete CSS declarations from _RoomHeader.pcss (#10496) 2023-04-20 08:21:06 +00:00
voice-broadcast Error handling if broadcast events could not be sent (#9885) 2023-01-17 07:57:59 +00:00
_animations.pcss Apply prettier formatting 2022-12-12 12:24:14 +01:00
_common.pcss Fix issues with inhibited accessible focus outlines (#10579) 2023-04-12 12:49:12 +00:00
_components.pcss Remove feedback buttons from onboarding, search, and spaces (#10506) 2023-04-05 12:17:25 +01:00
_font-sizes.pcss Apply prettier formatting 2022-12-12 12:24:14 +01:00
_font-weights.pcss Implement new toast UI (#10467) 2023-04-18 11:38:41 +00:00
_spacing.pcss Add new style for inline code (#9936) 2023-01-19 13:42:59 +00:00
rethemendex.sh Device manager - New device tile info design (#9122)(PSG-637) 2022-08-08 06:59:22 +00:00