File tree Expand file tree Collapse file tree 6 files changed +1
-10
lines changed
components/consents-settings Expand file tree Collapse file tree 6 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 66 EuiText ,
77 EuiSpacer ,
88} from '@elastic/eui'
9- import cx from 'classnames'
109import parse from 'html-react-parser'
1110
1211import { IConsent } from '../ConsentsSettings'
@@ -57,7 +56,7 @@ const ConsentOption = (props: Props) => {
5756 />
5857 </ EuiFlexItem >
5958 < EuiFlexItem grow = { false } >
60- < EuiText className = { cx ( { [ styles . disabled ] : consent ?. disabled , [ styles . smallText ] : true } ) } >
59+ < EuiText className = { styles . smallText } >
6160 { parse ( consent . label ) }
6261 </ EuiText >
6362 { ! isSettingsPage && consent . description && (
Original file line number Diff line number Diff line change 9696 }
9797}
9898
99- .smallText.disabled {
100- color : var (--disabledLabelColor ) !important ;
101- }
102-
10399:global(.euiOverlayMask ) {
104100 background : none !important ;
105101}
Original file line number Diff line number Diff line change 9696 --browserComponentActive : #{$browserComponentActive } ;
9797 --browserTreeNodeOpen : #{$browserTreeNodeOpen } ;
9898 --defaultGreenColor : #{$defaultGreenColor } ;
99- --disabledLabelColor : #{$disabledLabelColor } ;
10099
101100 --iconsDefaultColor : #{$iconsDefaultColor } ;
102101 --iconsDefaultHoverColor : #{$iconsDefaultHoverColor } ;
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ $iconsDefaultHoverColor: #dfe5ef;
6262$separatorColor : #3d3d3d ;
6363$separatorNavigationColor : #465282 ;
6464$separatorDropdownColor : #8b90a3 ;
65- $disabledLabelColor : #898A90 ;
6665
6766$buttonSecondaryHoverColor : #364da8 ;
6867$buttonSecondaryTextColor : #dfe5ef ;
Original file line number Diff line number Diff line change 9898 --browserComponentActive : #{$browserComponentActive } ;
9999 --browserTreeNodeOpen : #{$browserTreeNodeOpen } ;
100100 --defaultGreenColor : #{$defaultGreenColor } ;
101- --disabledLabelColor : #{$disabledLabelColor } ;
102101
103102 --iconsDefaultColor : #{$iconsDefaultColor } ;
104103 --iconsDefaultHoverColor : #{$iconsDefaultHoverColor } ;
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ $iconsDefaultHoverColor: #173369;
5959$separatorColor : #cdd7e6 ;
6060$separatorNavigationColor : #465282 ;
6161$separatorDropdownColor : #8b90a3 ;
62- $disabledLabelColor : #527298 ;
6362
6463$buttonSecondaryHoverColor : #2848d7 ;
6564$buttonSecondaryTextColor : #243dac ;
You can’t perform that action at this time.
0 commit comments