2022-07-27 14:39:29 +01:00
|
|
|
/* sidebar blurred avatar background */
|
2026-03-12 15:54:01 +00:00
|
|
|
|
2022-07-27 14:39:29 +01:00
|
|
|
/* if backdrop-filter is supported, */
|
|
|
|
|
/* set the user avatar (if any) as a background so */
|
|
|
|
|
/* it can be blurred by the tag panel and room list */
|
2020-06-30 13:02:52 +02:00
|
|
|
|
2020-07-17 15:46:46 -06:00
|
|
|
.mx_RoomSublist_showNButton {
|
2020-07-03 16:53:06 +02:00
|
|
|
background-color: transparent !important;
|
2020-06-30 13:02:52 +02:00
|
|
|
}
|
2020-07-14 12:52:28 +02:00
|
|
|
|
2026-01-05 09:27:00 +00:00
|
|
|
/*
|
|
|
|
|
data-kind is used by the Compound <Link> component and therefore does not override them.
|
|
|
|
|
This is horrible, but will get less horrible when links in the app are replaced with
|
|
|
|
|
<Link>.
|
|
|
|
|
*/
|
|
|
|
|
a:not([data-kind]) {
|
|
|
|
|
&:hover,
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2020-07-14 12:52:28 +02:00
|
|
|
}
|