File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
redisinsight/ui/src/styles/components Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 12
12
color : var (--buttonSecondaryTextColor ) !important ;
13
13
border-color : var (--euiColorSecondary );
14
14
& :not ([class *= ' isDisabled' ]) {
15
- & :hover ,
16
- & :focus ,
17
- & :focus-within {
15
+ & :hover {
18
16
background-color : var (--buttonSecondaryHoverColor );
19
17
border-color : var (--buttonSecondaryHoverColor );
20
18
color : var (--euiColorPrimaryText ) !important ;
21
19
}
22
20
}
21
+ & :focus ,
22
+ & :focus-within {
23
+ border : 2px solid var (--euiColorPrimary );
24
+ }
23
25
.euiTextColor--default {
24
26
color : currentColor ;
25
27
}
34
36
& :hover {
35
37
color : var (--euiColorPrimaryText ) !important ;
36
38
}
39
+ & :focus ,
40
+ & :focus-within {
41
+ border : 2px solid var (--euiColorPrimary );
42
+ }
37
43
}
38
44
}
39
45
.euiButton.euiButton--fill {
42
48
background-color : var (--euiColorSecondary );
43
49
44
50
& :not ([class *= ' isDisabled' ]) {
45
- & :hover ,
46
- & :focus ,
47
- & :focus-within {
51
+ & :hover {
48
52
background-color : var (--buttonSecondaryHoverColor );
49
53
border-color : var (--buttonSecondaryHoverColor );
50
54
}
55
+ & :focus ,
56
+ & :focus-within {
57
+ border : 2px solid var (--euiColorPrimary );
58
+ }
51
59
}
52
60
}
53
61
}
You can’t perform that action at this time.
0 commit comments