Skip to content

Commit

Permalink
Calculate specificity
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Mar 5, 2024
1 parent c043a2e commit 6a42da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
@define-mixin consistency__TextEvent {
/* Applied to IRC, modern layout, and the right panel */
/* Not applied to Bubble layout, which has its own class name with sc_ */
:where(.mx_RoomView_body[data-layout="irc"], .mx_RoomView_body[data-layout="group"], .mx_RightPanel) {
:is(.mx_RoomView_body:where([data-layout="irc"], [data-layout="group"]), .mx_RightPanel) {
@mixin DisambiguatedProfile;
@mixin EventTile_line_M;
@mixin EventTile_line_color;
Expand Down

0 comments on commit 6a42da9

Please sign in to comment.