File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
packages/react-devtools-shared/src/devtools/views/Components Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 16
16
padding : 0.5rem ;
17
17
}
18
18
19
+ .Key {
20
+ flex : 0 1 auto;
21
+ padding-left : 0.25rem ;
22
+ padding-right : 0.125rem ;
23
+ line-height : 1rem ;
24
+ border-top-left-radius : 0.125rem ;
25
+ border-bottom-left-radius : 0.125rem ;
26
+ display : inline-block;
27
+ background-color : var (--color-component-badge-background );
28
+ color : var (--color-text );
29
+ font-family : var (--font-family-monospace );
30
+ font-size : var (--font-size-monospace-small );
31
+ white-space : nowrap;
32
+ overflow : hidden;
33
+ text-overflow : ellipsis;
34
+ max-width : 100% ;
35
+ }
36
+
37
+ .KeyArrow {
38
+ height : 1rem ;
39
+ width : 1rem ;
40
+ margin-right : -0.25rem ;
41
+ border : 0.5rem solid transparent;
42
+ border-left : 0.5rem solid var (--color-component-badge-background );
43
+ }
44
+
19
45
.SelectedComponentName {
20
46
flex : 1 1 auto;
21
47
overflow : hidden;
22
48
text-overflow : ellipsis;
49
+ line-height : normal;
23
50
}
24
51
25
52
.Owners {
You can’t perform that action at this time.
0 commit comments