Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 352df7d

Browse files
authored
Move mx_EventTile_contextual out of mx_EventTile:not([data-layout=bubble]) (#8974)
* Move mx_EventTile_contextual out of mx_EventTile:not([data-layout=bubble]) Signed-off-by: Suguru Hirahara <[email protected]> * Empty commit Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 7cf0f2d commit 352df7d

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ limitations under the License.
4444
display: none;
4545
}
4646
}
47-
48-
// Mirror rough designs for "greyed out" text
49-
&.mx_EventTile_contextual .mx_EventTile_line {
50-
opacity: 0.4;
51-
}
5247
}
5348
}
5449

res/css/views/rooms/_EventTile.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
106106
}
107107
}
108108

109+
.mx_RoomView_searchResultsPanel & {
110+
&.mx_EventTile_contextual {
111+
opacity: 0.4;
112+
}
113+
}
114+
109115
&.mx_EventTile_highlight,
110116
&.mx_EventTile_highlight .markdown-body {
111117
color: $alert;
@@ -299,10 +305,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
299305
}
300306
}
301307

302-
&.mx_EventTile_contextual {
303-
opacity: 0.4;
304-
}
305-
306308
.mx_EventTile_msgOption {
307309
float: right;
308310
text-align: right;

0 commit comments

Comments
 (0)