Wrap inputs in fieldsets in Space visibility settings (#7350)
* use fieldset in space settings > visibility Signed-off-by: Kerry Archibald <kerrya@element.io> * add basic tests for space setttings visibility Signed-off-by: Kerry Archibald <kerrya@element.io> * i18n Signed-off-by: Kerry Archibald <kerrya@element.io> * fix toggle button placement Signed-off-by: Kerry Archibald <kerrya@element.io> * i18n Signed-off-by: Kerry Archibald <kerrya@element.io> * update settings separator color to quinary Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
92ee02fe02
commit
b1066a5699
10 changed files with 431 additions and 54 deletions
|
@ -77,7 +77,7 @@ limitations under the License.
|
|||
color: $secondary-content;
|
||||
|
||||
& + .mx_StyledRadioButton {
|
||||
border-top: 1px solid $menu-border-color;
|
||||
border-top: 1px solid $quinary-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,7 +54,6 @@ limitations under the License.
|
|||
|
||||
.mx_ProfileSettings_profileForm {
|
||||
@mixin mx_Settings_fullWidthField;
|
||||
border-bottom: 1px solid $menu-border-color;
|
||||
}
|
||||
|
||||
.mx_ProfileSettings_buttons {
|
||||
|
|
|
@ -98,3 +98,7 @@ limitations under the License.
|
|||
.mx_SettingsTab a {
|
||||
color: $accent-alt;
|
||||
}
|
||||
|
||||
.mx_SettingsTab_toggleWithDescription {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue