mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Undo superfluous delete
This commit is contained in:
parent
c7c94933ee
commit
5dc7703740
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ a.mx_Pill {
|
|||
padding: $font-5px;
|
||||
}
|
||||
|
||||
/* More specific to override `.markdown-body a` color */
|
||||
.mx_EventTile_content .markdown-body a.mx_GroupPill,
|
||||
.mx_GroupPill {
|
||||
color: $accent-fg-color;
|
||||
background-color: $rte-group-pill-color;
|
||||
}
|
||||
|
||||
/* More specific to override `.markdown-body a` text-decoration */
|
||||
.mx_EventTile_content .markdown-body a.mx_Pill {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue