File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const HelpLinksMenu = ({ onLinkClick }: IProps) => {
54
54
55
55
return (
56
56
< EuiInputPopover
57
- style = { { minWidth : '244px ' } }
57
+ style = { { width : '245px ' } }
58
58
display = "block"
59
59
id = "databasesMenu"
60
60
input = { button }
Original file line number Diff line number Diff line change 1
1
@import ' @elastic/eui/src/global_styling/index' ;
2
2
3
+ $borderWidth : 2px ;
4
+
3
5
.button {
4
6
@include euiButtonBase ;
5
7
display : flex ;
6
- width : 100 % ;
8
+ min- width : 245 px ;
7
9
justify-content : space-between ;
8
10
align-items : center ;
9
11
border-radius : 4px ;
10
- border : 2 px solid var (--controlsBorderColor );
12
+ border : $borderWidth solid var (--euiColorSecondary );
11
13
padding : 0 20px ;
12
14
color : var (--inputTextColor );
13
15
font : normal normal bold 14px / 17px Graphik, sans-serif ;
14
16
}
15
17
16
18
.buttonOpen {
17
- border-bottom-color : var (--separatorColor ) !important ;;
19
+ border-bottom-width : 0 !important ;
20
+ padding-bottom : $borderWidth ;
18
21
border-radius : 4px 4px 0 0 ;
19
22
}
20
23
21
24
.popover {
22
- border : 2px solid var (--controlsBorderColor ) !important ;
25
+ border : $borderWidth solid var (--euiColorSecondary ) !important ;
26
+ background-color : var (--euiPageBackgroundColor ) !important ;
23
27
border-top-width : 0 !important ;
24
28
}
25
29
26
30
.item {
27
- padding : 10px 20px ;
31
+ padding : 10px 20px !important ;
28
32
background-color : transparent !important ;
29
33
text-decoration : none !important ;
30
34
font : normal normal bold 12px / 17px Graphik, sans-serif ;
You can’t perform that action at this time.
0 commit comments