Skip to content

Commit 6a42da9

Browse files
committed
Calculate specificity
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 parent c043a2e commit 6a42da9

File tree

1 file changed

+1
-1
lines changed
  • res/css/_sc/feature-improvement/consistency__TextEvent

1 file changed

+1
-1
lines changed

res/css/_sc/feature-improvement/consistency__TextEvent/index.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
@define-mixin consistency__TextEvent {
2525
/* Applied to IRC, modern layout, and the right panel */
2626
/* Not applied to Bubble layout, which has its own class name with sc_ */
27-
:where(.mx_RoomView_body[data-layout="irc"], .mx_RoomView_body[data-layout="group"], .mx_RightPanel) {
27+
:is(.mx_RoomView_body:where([data-layout="irc"], [data-layout="group"]), .mx_RightPanel) {
2828
@mixin DisambiguatedProfile;
2929
@mixin EventTile_line_M;
3030
@mixin EventTile_line_color;

0 commit comments

Comments
 (0)