File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
redisinsight/ui/src/pages/browser/components/string-details Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ const StringDetails = (props: Props) => {
191
191
} }
192
192
disabled = { loading }
193
193
inputRef = { textAreaRef }
194
- className = { cx ( styles . stringTextArea , { 'input-warning' : isDisabled } ) }
194
+ className = { cx ( styles . stringTextArea , { [ styles . areaWarning ] : isDisabled } ) }
195
195
data-testid = "string-value"
196
196
/>
197
197
</ InlineItemEditor >
Original file line number Diff line number Diff line change @@ -45,4 +45,9 @@ $outer-height-mobile: 340px;
45
45
@media only screen and (max-width : 767px ) {
46
46
max-height : calc (100vh - #{$outer-height-mobile } - 55px );
47
47
}
48
+
49
+ & .areaWarning {
50
+ border-color : var (--euiColorWarningLight ) !important ;
51
+ background-image : none !important ;
52
+ }
48
53
}
You can’t perform that action at this time.
0 commit comments