mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
click-through svg on tag tile context menu to make it less weird
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0bd1d6b778
commit
8a3824b9ca
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue