1
0
Fork 0
mirror of https://github.com/element-hq/element-web.git synced 2024-12-14 22:41:30 +03:00
element-web/res/themes/light/css/_mods.scss
2021-06-24 17:51:11 +01:00

15 lines
317 B
SCSS

// sidebar blurred avatar background
//
// 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
.mx_RoomSublist_showNButton {
background-color: transparent !important;
}
a:hover,
a:link,
a:visited {
text-decoration: none;
}