File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
src/containers/Tenant/Diagnostics/TopQueries/QueryDetails Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 88 color : var (--g-color-text-primary );
99 background-color : var (--g-color-base-background-dark );
1010
11- & __header {
12- display : flex ;
13- justify-content : space-between ;
14- align-items : center ;
15-
16- padding : var (--g-spacing-5 ) var (--g-spacing-6 ) 0 var (--g-spacing-6 );
17- }
18-
19- & __title {
20- margin : 0 ;
21-
22- font-size : 16px ;
23- font-weight : 500 ;
24- }
25-
26- & __actions {
27- display : flex ;
28- gap : var (--g-spacing-2 );
29- }
30-
3111 & __content {
3212 overflow : auto ;
3313 flex : 1 ;
3414
35- padding : var (--g-spacing-5 ) var (--g-spacing-4 ) var (--g-spacing-5 ) var (--g-spacing-6 );
15+ padding : var (--g-spacing-5 ) var (--g-spacing-4 ) var (--g-spacing-5 ) var (--g-spacing-4 );
3616 }
3717
3818 & __query-header {
6242 border-radius : 4px ;
6343 background-color : var (--code-background-color );
6444 }
65-
66- & __icon {
67- // prevent button icon from firing onMouseEnter/onFocus through parent button's handler
68- pointer-events : none ;
69- }
7045}
You can’t perform that action at this time.
0 commit comments