File tree Expand file tree Collapse file tree 7 files changed +8
-17
lines changed
components/consents-settings Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -1122,10 +1122,10 @@ workflows:
1122
1122
report : true
1123
1123
requires :
1124
1124
- Build app - Linux (stage)
1125
- # e2e desktop tests on exe build
1126
- - e2e-exe :
1127
- name : E2ETest (exe) - Nightly
1128
- parallelism : 4
1129
- report : true
1130
- requires :
1131
- - Build app - Windows (stage)
1125
+ # # e2e desktop tests on exe build
1126
+ # - e2e-exe:
1127
+ # name: E2ETest (exe) - Nightly
1128
+ # parallelism: 4
1129
+ # report: true
1130
+ # requires:
1131
+ # - Build app - Windows (stage)
Original file line number Diff line number Diff line change 6
6
EuiText ,
7
7
EuiSpacer ,
8
8
} from '@elastic/eui'
9
- import cx from 'classnames'
10
9
import parse from 'html-react-parser'
11
10
12
11
import { IConsent } from '../ConsentsSettings'
@@ -57,7 +56,7 @@ const ConsentOption = (props: Props) => {
57
56
/>
58
57
</ EuiFlexItem >
59
58
< EuiFlexItem grow = { false } >
60
- < EuiText className = { cx ( { [ styles . disabled ] : consent ?. disabled , [ styles . smallText ] : true } ) } >
59
+ < EuiText className = { styles . smallText } >
61
60
{ parse ( consent . label ) }
62
61
</ EuiText >
63
62
{ ! isSettingsPage && consent . description && (
Original file line number Diff line number Diff line change 96
96
}
97
97
}
98
98
99
- .smallText.disabled {
100
- color : var (--disabledLabelColor ) !important ;
101
- }
102
-
103
99
:global(.euiOverlayMask ) {
104
100
background : none !important ;
105
101
}
Original file line number Diff line number Diff line change 96
96
--browserComponentActive : #{$browserComponentActive } ;
97
97
--browserTreeNodeOpen : #{$browserTreeNodeOpen } ;
98
98
--defaultGreenColor : #{$defaultGreenColor } ;
99
- --disabledLabelColor : #{$disabledLabelColor } ;
100
99
101
100
--iconsDefaultColor : #{$iconsDefaultColor } ;
102
101
--iconsDefaultHoverColor : #{$iconsDefaultHoverColor } ;
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ $iconsDefaultHoverColor: #dfe5ef;
62
62
$separatorColor : #3d3d3d ;
63
63
$separatorNavigationColor : #465282 ;
64
64
$separatorDropdownColor : #8b90a3 ;
65
- $disabledLabelColor : #898A90 ;
66
65
67
66
$buttonSecondaryHoverColor : #364da8 ;
68
67
$buttonSecondaryTextColor : #dfe5ef ;
Original file line number Diff line number Diff line change 98
98
--browserComponentActive : #{$browserComponentActive } ;
99
99
--browserTreeNodeOpen : #{$browserTreeNodeOpen } ;
100
100
--defaultGreenColor : #{$defaultGreenColor } ;
101
- --disabledLabelColor : #{$disabledLabelColor } ;
102
101
103
102
--iconsDefaultColor : #{$iconsDefaultColor } ;
104
103
--iconsDefaultHoverColor : #{$iconsDefaultHoverColor } ;
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ $iconsDefaultHoverColor: #173369;
59
59
$separatorColor : #cdd7e6 ;
60
60
$separatorNavigationColor : #465282 ;
61
61
$separatorDropdownColor : #8b90a3 ;
62
- $disabledLabelColor : #527298 ;
63
62
64
63
$buttonSecondaryHoverColor : #2848d7 ;
65
64
$buttonSecondaryTextColor : #243dac ;
You can’t perform that action at this time.
0 commit comments