2019-02-04 21:25:26 +01:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-02-04 21:25:26 +01:00
|
|
|
|
2024-09-09 15:57:16 +02: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-04 21:25:26 +01:00
|
|
|
*/
|
|
|
|
|
2023-05-03 03:55:55 +02:00
|
|
|
.mx_AliasSettings_localAddresses {
|
|
|
|
cursor: pointer;
|
2024-03-05 05:25:47 +01:00
|
|
|
color: var(--cpd-color-text-primary);
|
2023-06-29 12:30:25 +02:00
|
|
|
font-weight: var(--cpd-font-weight-semibold);
|
2024-03-05 05:25:47 +01:00
|
|
|
text-decoration: underline;
|
2023-05-03 03:55:55 +02:00
|
|
|
list-style: none;
|
2023-10-12 10:50:49 +02:00
|
|
|
width: fit-content;
|
2023-05-03 03:55:55 +02:00
|
|
|
|
|
|
|
/* list-style doesn't do it for webkit */
|
|
|
|
&::-webkit-details-marker {
|
|
|
|
display: none;
|
2020-03-16 18:24:49 +01:00
|
|
|
}
|
2020-03-09 16:50:48 +01:00
|
|
|
}
|