File tree Expand file tree Collapse file tree 2 files changed +53
-55
lines changed
components/vm-snapshot-tree-select
spec/vm-snapshot-tree/__snapshots__ Expand file tree Collapse file tree 2 files changed +53
-55
lines changed Original file line number Diff line number Diff line change 1- .snapshot-details-div {
2- .snapshot-details {
3- margin-left : 30px ;
4- margin-bottom : 20px ;
5- }
6-
7- .snapshot-detail-title {
8- width : 80px ;
9- justify-content : right;
10- display : inline-flex;
11- margin-right : 30px ;
12- }
1+ .snapshot-details-div .snapshot-details {
2+ margin-left : 30px ;
3+ margin-bottom : 20px ;
4+ }
135
14- .snapshot-detail-value {
15- display : inline-flex;
16- }
17- }
6+ .snapshot-details-div .snapshot-detail-title {
7+ width : 80px ;
8+ justify-content : right;
9+ display : inline-flex;
10+ margin-right : 30px ;
11+ }
1812
19- .snapshot-tree-title {
20- font-size : 20px ;
21- padding-left : 20px ;
22- padding-top : 40px ;
23- }
13+ .snapshot-details-div .snapshot-detail-value {
14+ display : inline-flex;
15+ }
2416
25- .no-snapshots-message {
26- padding-left : 20px ;
27- }
17+ .snapshot-tree-title {
18+ font-size : 20px ;
19+ padding-left : 20px ;
20+ padding-top : 40px ;
21+ }
2822
29- .vm-snapshot-tree {
30- font-size : 16px ;
31- user-select : none;
32- min-height : 320px ;
33- padding : 20px ;
34- box-sizing : content-box;
35- }
36-
37- .selected-snapshot {
38- background-color : # 0f62fe ;
39- color : white;
40- width : 100% ;
41- margin-left : 0px ;
42- pointer-events : none;
23+ .no-snapshots-message {
24+ padding-left : 20px ;
25+ }
4326
44- .arrow-div {
45- pointer-events : all;
46- }
27+ .vm-snapshot-tree {
28+ font-size : 16px ;
29+ user-select : none;
30+ min-height : 320px ;
31+ padding : 20px ;
32+ box-sizing : content-box;
33+ }
4734
48- span {
49- pointer-events : all;
50- }
51- }
35+ .selected-snapshot {
36+ background-color : # 0f62fe ;
37+ color : white;
38+ width : 100% ;
39+ margin-left : 0px ;
40+ pointer-events : none;
41+ }
5242
53- .arrow-div {
54- display : inline-flex;
55- margin-right : 5px ;
56- }
43+ .selected-snapshot .arrow-div {
44+ pointer-events : all;
45+ }
5746
58- .node-icon-div {
59- margin-right : 5px ;
60- display : inline-flex;
61- }
47+ .selected-snapshot span {
48+ pointer-events : all;
49+ }
50+
51+ .arrow-div {
52+ display : inline-flex;
53+ margin-right : 5px ;
54+ }
55+
56+ .node-icon-div {
57+ margin-right : 5px ;
58+ display : inline-flex;
59+ }
6260
6361 .vm-snapshot-tree .tree ,
6462 .vm-snapshot-tree .tree-node ,
Original file line number Diff line number Diff line change 33exports [` VM Snaspthot Tree Select should render snapshot tree 1` ] = `
44<div >
55 <div
6- className = " checkbox "
6+ className = " vm-snapshot-tree "
77 >
88 <ForwardRef
99 aria-label = " Single select"
@@ -138,7 +138,7 @@ exports[`VM Snaspthot Tree Select should submit select API call 1`] = `
138138 >
139139 <div >
140140 <div
141- className = " checkbox "
141+ className = " vm-snapshot-tree "
142142 >
143143 <ForwardRef
144144 aria-label = " Single select"
You can’t perform that action at this time.
0 commit comments