Improve colors in settings (#7283)
This commit is contained in:
parent
3c5c2bef6d
commit
7da8c51c6b
15 changed files with 17 additions and 50 deletions
|
@ -32,7 +32,7 @@ limitations under the License.
|
|||
width: 300px;
|
||||
min-width: 0;
|
||||
|
||||
border: 1px solid $appearance-tab-border-color;
|
||||
border: 1px solid $quinary-content;
|
||||
border-radius: 10px;
|
||||
|
||||
.mx_EventTile_msgOption,
|
||||
|
@ -67,11 +67,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_StyledRadioButton {
|
||||
border-top: 1px solid $appearance-tab-border-color;
|
||||
|
||||
> input + div {
|
||||
border-color: rgba($muted-fg-color, 0.2);
|
||||
}
|
||||
border-top: 1px solid $quinary-content;
|
||||
}
|
||||
|
||||
.mx_StyledRadioButton_checked {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue