We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51c522 commit 1e823a5Copy full SHA for 1e823a5
src/foam/u2/view/RadioButton.js
@@ -30,9 +30,9 @@ foam.CLASS({
30
{
31
name: 'selectedColor',
32
expression: function(isSelected, isDisabled) {
33
- if ( isDisabled ) return '$backgroundSecondary';
+ if ( isDisabled ) return '$backgroundInverseTertiary';
34
if ( isSelected ) return '$backgroundBrand';
35
- return '$backgroundInverseSecondary';
+ return '$backgroundInverse';
36
}
37
},
38
src/foam/u2/view/RadioView.js
@@ -37,6 +37,9 @@ foam.CLASS({
cursor: pointer;
align-items: center;
39
40
+ ^ input[type='radio']:disabled+ label {
41
+ cursor: not-allowed;
42
+ }
43
^ .choice {
44
white-space: nowrap;
45
0 commit comments