Skip to content

Commit 02956b7

Browse files
authored
Merge pull request #3426 from RedisInsight/fe/bugifx/release/2.50.0
#RI-5786 - fix styles
2 parents 8ef282f + 054b931 commit 02956b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

redisinsight/ui/src/pages/database-analysis/components/top-namespace/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
:global(.euiButton.euiButton-isDisabled.euiButton--fill.euiButton--secondary) {
3232
background: var(--browserComponentActive) !important;
3333
color: var(--wbActiveIconColor) !important;
34-
opacity: 1;
34+
opacity: 1 !important;
3535
}
3636
}
3737

redisinsight/ui/src/styles/base/_overrides.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,8 @@ body .euiSuperSelect__listbox {
7676
.euiFilePicker-hasFiles .euiFilePicker__promptText {
7777
color: var(--euiTextColor);
7878
}
79+
80+
.euiFilePicker__showDrop .euiFilePicker__prompt, .euiFilePicker__input:focus+.euiFilePicker__prompt {
81+
background-image:
82+
linear-gradient(to top, var(--euiColorPrimary), var(--euiColorPrimary) 2px, transparent 2px, transparent 100%);
83+
}

0 commit comments

Comments
 (0)