Files
ThreadNet-Web/res/css/views/rooms/_LinkPreviewGroup.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
647 B
Plaintext
Raw Normal View History

2021-07-07 18:04:30 +01:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2021-07-07 18:04:30 +01:00
Copyright 2021 The Matrix.org Foundation C.I.C.
2024-09-09 14:57:16 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
2021-07-07 18:04:30 +01:00
*/
.mx_LinkPreviewGroup {
.mx_LinkPreviewGroup_hide {
cursor: pointer;
width: 18px;
height: 18px;
svg {
2021-07-07 18:04:30 +01:00
flex: 0 0 40px;
visibility: hidden;
}
}
&:hover .mx_LinkPreviewGroup_hide svg,
.mx_LinkPreviewGroup_hide:focus-visible:focus svg {
2021-07-07 18:04:30 +01:00
visibility: visible;
}
> .mx_AccessibleButton {
2021-11-11 14:37:29 +01:00
color: $accent;
2021-07-07 18:04:30 +01:00
text-align: center;
}
}