This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12857 from matrix-org/dbkr/email_phone_css_tempor…
…ary_move Move General user settings styles to more specific places
- Loading branch information
Showing
13 changed files
with
75 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
res/css/views/settings/tabs/user/_PreferencesUserSettingsTab.pcss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
Copyright 2019 New Vector Ltd | ||
Copyright 2024 The Matrix.org Foundation C.I.C. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
.mx_PreferencesUserSettingsTab_section_hint { | ||
font: var(--cpd-font-body-sm-regular); | ||
color: var(--cpd-color-text-secondary); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,15 +76,15 @@ exports[`<EmailAddresses /> should render email addresses 1`] = ` | |
class="mx_SettingsSubsection_content mx_SettingsSubsection_contentStretch" | ||
> | ||
<div | ||
class="mx_GeneralUserSettingsTab_section--discovery_existing" | ||
class="mx_EmailAddressesPhoneNumbers_discovery_existing" | ||
> | ||
<span | ||
class="mx_GeneralUserSettingsTab_section--discovery_existing_address" | ||
class="mx_EmailAddressesPhoneNumbers_discovery_existing_address" | ||
> | ||
[email protected] | ||
</span> | ||
<div | ||
class="mx_AccessibleButton mx_GeneralUserSettingsTab_section--discovery_existing_button mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary_sm" | ||
class="mx_AccessibleButton mx_EmailAddressesPhoneNumbers_discovery_existing_button mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary_sm" | ||
role="button" | ||
tabindex="0" | ||
> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ exports[`<GeneralUserSettingsTab /> 3pids should display 3pid email addresses an | |
class="mx_SettingsSubsection_content mx_SettingsSubsection_contentStretch" | ||
> | ||
<div | ||
class="mx_GeneralUserSettingsTab_section--discovery_existing" | ||
class="mx_EmailAddressesPhoneNumbers_discovery_existing" | ||
> | ||
<span | ||
class="mx_GeneralUserSettingsTab_section--discovery_existing_address" | ||
class="mx_EmailAddressesPhoneNumbers_discovery_existing_address" | ||
> | ||
[email protected] | ||
</span> | ||
|
@@ -84,10 +84,10 @@ exports[`<GeneralUserSettingsTab /> 3pids should display 3pid email addresses an | |
class="mx_SettingsSubsection_content mx_SettingsSubsection_contentStretch" | ||
> | ||
<div | ||
class="mx_GeneralUserSettingsTab_section--discovery_existing" | ||
class="mx_EmailAddressesPhoneNumbers_discovery_existing" | ||
> | ||
<span | ||
class="mx_GeneralUserSettingsTab_section--discovery_existing_address" | ||
class="mx_EmailAddressesPhoneNumbers_discovery_existing_address" | ||
> | ||
+ | ||
123456789 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters