Skip to content

Commit f1f28b5

Browse files
committed
* #RI-5667 - No scrollbar when editing long value
* revert resource to Intel for circleci macos job
1 parent c6a9939 commit f1f28b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/styles/themes/dark_theme/_theme_color.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $externalLinkTooltipColor: $externalLinkColor;
7373
$linkToastColor: $externalLinkColor;
7474
$defaultGreenColor: #608b4e;
7575
$insightsTriggerBgColor: #292f47;
76-
$scrollBackgroundColor: rgba(105,112,125,0.5);
76+
$scrollBackgroundColor: rgba(105, 112, 125, 0.5);
7777

7878
$tableRowHoverColor: #070707;
7979
$tableRowSelectedColor: #212536;

redisinsight/ui/src/styles/themes/light_theme/_theme_color.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $externalLinkTooltipColor: #3163d8;
3737
$linkToastColor: #adbeff;
3838
$defaultGreenColor: #008000;
3939
$insightsTriggerBgColor: #D7E3FA;
40-
$scrollBackgroundColor: rgba(105,112,125,0.5);
40+
$scrollBackgroundColor: rgba(105, 112, 125, 0.5);
4141

4242
$tableRowHoverColor: #fafbfd;
4343
$tableRowSelectedColor: #ebeffa;

0 commit comments

Comments
 (0)