mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #6281 from vector-im/luke/fix-room-tile-cosmetics
Add transparent CSS class for RoomTile
This commit is contained in:
commit
5ade4b2bcf
@ -180,3 +180,11 @@ limitations under the License.
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomTile.mx_RoomTile_transparent {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomTile.mx_RoomTile_transparent:focus {
|
||||||
|
background-color: $roomtile-transparent-focused-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -104,6 +104,8 @@ $roomtile-name-color: rgba(69, 69, 69, 0.8);
|
|||||||
$roomtile-selected-bg-color: rgba(255, 255, 255, 0.8);
|
$roomtile-selected-bg-color: rgba(255, 255, 255, 0.8);
|
||||||
$roomtile-focused-bg-color: rgba(255, 255, 255, 0.9);
|
$roomtile-focused-bg-color: rgba(255, 255, 255, 0.9);
|
||||||
|
|
||||||
|
$roomtile-transparent-focused-color: rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
$roomsublist-background: rgba(0, 0, 0, 0.05);
|
$roomsublist-background: rgba(0, 0, 0, 0.05);
|
||||||
$roomsublist-label-fg-color: $h3-color;
|
$roomsublist-label-fg-color: $h3-color;
|
||||||
$roomsublist-label-bg-color: $tertiary-accent-color;
|
$roomsublist-label-bg-color: $tertiary-accent-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user