2019-02-05 04:25:26 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-02-05 04:25:26 +08:00
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-02-05 04:25:26 +08:00
|
|
|
*/
|
|
|
|
|
2023-05-03 09:55:55 +08:00
|
|
|
.mx_AliasSettings_localAddresses {
|
|
|
|
cursor: pointer;
|
2024-03-05 12:25:47 +08:00
|
|
|
color: var(--cpd-color-text-primary);
|
2023-06-29 18:30:25 +08:00
|
|
|
font-weight: var(--cpd-font-weight-semibold);
|
2024-03-05 12:25:47 +08:00
|
|
|
text-decoration: underline;
|
2023-05-03 09:55:55 +08:00
|
|
|
list-style: none;
|
2023-10-12 16:50:49 +08:00
|
|
|
width: fit-content;
|
2023-05-03 09:55:55 +08:00
|
|
|
|
|
|
|
/* list-style doesn't do it for webkit */
|
|
|
|
&::-webkit-details-marker {
|
|
|
|
display: none;
|
2020-03-17 01:24:49 +08:00
|
|
|
}
|
2020-03-09 23:50:48 +08:00
|
|
|
}
|