Make disabled checkbox look more convincingly useless
This commit is contained in:
parent
3b1f0db3e1
commit
d44fbda834
1 changed files with 5 additions and 2 deletions
|
@ -68,7 +68,8 @@ limitations under the License.
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
|
||||||
background: rgba($radio-bg-color, 0.2);
|
background: $radio-bg-color;
|
||||||
|
opacity: 0.4;
|
||||||
|
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
@ -85,7 +86,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
> .mx_RadioButton_enabled {
|
> .mx_RadioButton_enabled {
|
||||||
// These need to be hardcoded because they don't change with the theme
|
opacity: 1;
|
||||||
|
|
||||||
|
// These colors need to be hardcoded because they don't change with the theme
|
||||||
&.mx_ThemeSelector_light {
|
&.mx_ThemeSelector_light {
|
||||||
background-color: #f3f8fd;
|
background-color: #f3f8fd;
|
||||||
color: #2e2f32;
|
color: #2e2f32;
|
||||||
|
|
Loading…
Reference in a new issue