From 9f8113eabded7d8e9e115e4cb06f1d302c6ee1ac Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 28 Apr 2023 07:54:24 +0000 Subject: [PATCH] Archaeological investigation - `_RoomView.pcss` (#10733) * Remove - mx_RoomView_callStatusBar The style blocks were added by 39c628d4a15e9907c99961a35d54c192172210cb and the element to be styled with them was removed by 50965e41eb26a801733bc910e92292c503e1f852. Signed-off-by: Suguru Hirahara * Remove - mx_RoomView_voipButton The element to be styled with the rules was removed with 50965e41eb26a801733bc910e92292c503e1f852. Signed-off-by: Suguru Hirahara * Remove - mx_RoomView_voipChevron The element to be styled with the rules was removed with 571bd3089808e8ed7b662250634cb6da9ded37bb. Signed-off-by: Suguru Hirahara * Remove - mx_RoomView_ongoingConfCallNotification The element these rules styled was removed by 8962f7ae9eba8ce59e5962910b884d3f573a2b82 Signed-off-by: Suguru Hirahara * Remove - mx_RoomView_auxPanel_fullHeight The element these rules styled was added by 887defda9c5729865e8764d38ae9847b113d99c3 and removed by 54cd385e6d5bf07c0e47dee2e448e9d9c4f14245. Signed-off-by: Suguru Hirahara * Remove - mx_RoomView_auxPanel_apps The style rule has become obsolete already at 79d3cca6e9a2769239220d6eb057b176535fc4c3. It is no longer clear which commit deprecated it. Signed-off-by: Suguru Hirahara --------- Signed-off-by: Suguru Hirahara --- res/css/structures/_RoomView.pcss | 54 ------------------------------- 1 file changed, 54 deletions(-) diff --git a/res/css/structures/_RoomView.pcss b/res/css/structures/_RoomView.pcss index b03ea7d0ab..c2699203d8 100644 --- a/res/css/structures/_RoomView.pcss +++ b/res/css/structures/_RoomView.pcss @@ -44,16 +44,6 @@ limitations under the License. overflow: auto; } -.mx_RoomView_auxPanel_fullHeight { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - z-index: 3000; - background-color: $background; -} - .mx_RoomView_auxPanel_hiddenHighlights { border-bottom: 1px solid $primary-hairline-color; padding: 10px 26px; @@ -61,10 +51,6 @@ limitations under the License. cursor: pointer; } -.mx_RoomView_auxPanel_apps { - max-width: 1920px !important; -} - .mx_RoomView .mx_MainSplit { flex: 1 1 0; } @@ -220,15 +206,6 @@ hr.mx_RoomView_myReadMarker { border: unset; } -.mx_RoomView_callStatusBar .mx_UploadBar_uploadProgressInner { - background-color: $background; -} - -.mx_RoomView_callStatusBar .mx_UploadBar_uploadFilename { - color: $accent-fg-color; - opacity: 1; -} - .mx_RoomView_inCall .mx_RoomView_statusAreaBox_line { margin-top: 2px; border: none; @@ -240,43 +217,12 @@ hr.mx_RoomView_myReadMarker { padding-top: 1px; } -.mx_RoomView_voipChevron { - position: absolute; - bottom: -11px; - right: 11px; -} - -.mx_RoomView_voipButton { - float: right; - margin-right: 13px; - margin-top: 13px; - cursor: pointer; -} - -.mx_RoomView_voipButton object { - pointer-events: none; -} - .mx_RoomView .mx_MessageComposer { width: 100%; flex: 0 0 auto; margin-right: 2px; } -.mx_RoomView_ongoingConfCallNotification { - width: 100%; - text-align: center; - background-color: $alert; - color: $accent-fg-color; - font-weight: bold; - padding: 6px 0; - cursor: pointer; -} - -.mx_RoomView_ongoingConfCallNotification a { - color: $accent-fg-color !important; -} - .mx_MatrixChat_useCompactLayout { .mx_RoomView_MessageList { margin-bottom: 4px;