Merge pull request #2257 from matrix-org/t3chguy/view_community_context_menu

click-through svg on tag tile context menu to make it less weird
pull/21833/head
David Baker 2018-10-29 11:37:56 +00:00 committed by GitHub
commit 04ed61ec4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ limitations under the License.
line-height: 16px;
}
.mx_TagTileContextMenu_item object {
pointer-events: none;
}
.mx_TagTileContextMenu_item_icon {
padding-right: 8px;