Skip to content

Commit dc8e485

Browse files
authored
Merge pull request #162 from RedisInsight/bugfix/2247-2248-2249
#RI-2247, #RI-2248, #RI-2249
2 parents fa77bcb + 7cea465 commit dc8e485

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

redisinsight/ui/src/components/bottom-group-components/styles.module.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
margin-right: 4px;
3636
}
3737
}
38+
39+
&:hover {
40+
.componentBadge {
41+
background-color: var(--buttonIconPrimaryHover) !important;
42+
}
43+
}
3844
}
3945

4046
.componentBadge {
@@ -43,8 +49,8 @@
4349
height: 18px !important;
4450
border: none !important;
4551

46-
&:hover {
47-
background-color: var(--buttonIconPrimaryHover) !important;
52+
&[title] {
53+
pointer-events: none;
4854
}
4955

5056
&.active {

redisinsight/ui/src/components/database-list-modules/styles.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ button.icon {
1616
width: 28px !important;
1717
min-width: 28px !important;
1818
max-width: 28px !important;
19+
height: 28px !important;
1920
* {
2021
padding: 0 !important;
2122
}
23+
:global(.euiButton__text) {
24+
font-size: 13px !important;
25+
}
2226
}
2327

2428
.anchorCircleIcon {

redisinsight/ui/src/pages/workbench/components/module-not-loaded/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
}
124124
}
125125

126-
@media only screen and (max-width: 1000px) {
126+
@media only screen and (max-width: 1200px) {
127127
.summary {
128128
display: block;
129129
}

0 commit comments

Comments
 (0)