Poll history - setup labs setting (#10039)
* add settings while under development * very basic tests for roomsummarycard * empty poll history dialog and option in room summary * pollS history in settings * use more user-centric selectors in roomsummarycard test
This commit is contained in:
parent
19b81d257f
commit
923ad4323b
7 changed files with 366 additions and 3 deletions
|
@ -267,3 +267,7 @@ limitations under the License.
|
|||
.mx_RoomSummaryCard_icon_export::before {
|
||||
mask-image: url("$(res)/img/element-icons/export.svg");
|
||||
}
|
||||
|
||||
.mx_RoomSummaryCard_icon_poll::before {
|
||||
mask-image: url("$(res)/img/element-icons/room/composer/poll.svg");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue