We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1f0db commit d44fbdaCopy full SHA for d44fbda
res/css/views/settings/tabs/user/_AppearanceUserSettingsTab.scss
@@ -68,7 +68,8 @@ limitations under the License.
68
border-radius: 10px;
69
width: 180px;
70
71
- background: rgba($radio-bg-color, 0.2);
+ background: $radio-bg-color;
72
+ opacity: 0.4;
73
74
flex-shrink: 1;
75
flex-grow: 0;
@@ -85,7 +86,9 @@ limitations under the License.
85
86
}
87
88
> .mx_RadioButton_enabled {
- // These need to be hardcoded because they don't change with the theme
89
+ opacity: 1;
90
+
91
+ // These colors need to be hardcoded because they don't change with the theme
92
&.mx_ThemeSelector_light {
93
background-color: #f3f8fd;
94
color: #2e2f32;
0 commit comments