2019-02-04 13:25:26 -07:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-02-04 13:25:26 -07:00
|
|
|
|
2025-01-06 11:18:54 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-09 14:57:16 +01:00
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-02-04 13:25:26 -07:00
|
|
|
*/
|
|
|
|
|
|
2023-05-03 13:55:55 +12:00
|
|
|
.mx_AliasSettings_localAddresses {
|
|
|
|
|
cursor: pointer;
|
2024-03-04 23:25:47 -05:00
|
|
|
color: var(--cpd-color-text-primary);
|
2023-06-29 11:30:25 +01:00
|
|
|
font-weight: var(--cpd-font-weight-semibold);
|
2024-03-04 23:25:47 -05:00
|
|
|
text-decoration: underline;
|
2023-05-03 13:55:55 +12:00
|
|
|
list-style: none;
|
2023-10-12 14:20:49 +05:30
|
|
|
width: fit-content;
|
2020-03-16 18:24:49 +01:00
|
|
|
|
2023-05-03 13:55:55 +12: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
|
|
|
}
|