Remove counter-productive role="heading" and aria-level attributes

This commit is contained in:
Hypolite Petovan
2022-12-27 13:24:19 -05:00
parent 89705afa9d
commit c19dd39fe3
4 changed files with 6 additions and 6 deletions

View File

@@ -1717,13 +1717,13 @@ aside .panel-body {
}
/* wall items action dropdown menu */
.media [role="heading"] {
.media .contact-info {
position: relative;
}
/* Workaround for Firefox where the post heading covers the avatar, preventing hovercard interaction,
48px is the width of the avatar image and should be adjusted accordingly if it ever changes. */
.media .dropdown.pull-left + [role="heading"] {
.media .dropdown.pull-left + .contact-info {
margin-left: 48px;
}