Skip to content

Commit f036d89

Browse files
authored
Merge pull request #559 from RedisInsight/bugfix/RI-2720
#RI-2720 - fix opacity for run command icon
2 parents f2954d3 + 49c4253 commit f036d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
.monaco-glyph-run-command {
4040
color: var(--rsSubmitBtn);
4141
margin-left: 10px;
42+
opacity: 0.5 !important;
4243

4344
&::before {
4445
content: '';

0 commit comments

Comments
 (0)