This repository was archived by the owner on Aug 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-56
lines changed Expand file tree Collapse file tree 3 files changed +2
-56
lines changed Original file line number Diff line number Diff line change 62
62
"field" : " sum_published" ,
63
63
"type" : " quantitative" ,
64
64
"axis" : {
65
- "title" : " running sum of keys published" ,
65
+ "title" : " running total of keys published" ,
66
66
"titleColor" : " #b4464b"
67
67
}
68
68
},
Original file line number Diff line number Diff line change 64
64
"field" : " sum_published" ,
65
65
"type" : " quantitative" ,
66
66
"axis" : {
67
- "title" : " running sum of users who published keys" ,
67
+ "title" : " running total of users who published keys" ,
68
68
"titleColor" : " #b4464b"
69
69
}
70
70
},
Original file line number Diff line number Diff line change @@ -26,57 +26,3 @@ body {
26
26
grid-column : 1 ;
27
27
grid-row : 1 ;
28
28
}
29
-
30
-
31
- .tabs {
32
- position : relative;
33
- min-height : 200px ;
34
- clear : both;
35
- margin : 25px 0 ;
36
- grid-column : 1 / 3 ;
37
- }
38
- .tab {
39
- float : left;
40
- }
41
- .tab label {
42
- background : # eee ;
43
- padding : 10px ;
44
- border : 1px solid # ccc ;
45
- margin-left : -1px ;
46
- position : relative;
47
- left : 1px ;
48
- }
49
- .tab [type = "radio" ] {
50
- opacity : 0 ;
51
- }
52
- .content {
53
- position : absolute;
54
- min-height : 500px ;
55
- top : 28px ;
56
- left : 0 ;
57
- background : white;
58
- right : 0 ;
59
- bottom : 0 ;
60
- padding : 20px ;
61
- border : 1px solid # ccc ;
62
- overflow : hidden;
63
- }
64
- .content > * {
65
- opacity : 0 ;
66
- transform : translateX (-100% );
67
- }
68
- [type = "radio" ]: focus ~ label {
69
- outline : 2px solid blue;
70
- }
71
- [type = "radio" ]: checked ~ label {
72
- background : white;
73
- border-bottom : 1px solid white;
74
- z-index : 2 ;
75
- }
76
- [type = "radio" ]: checked ~ label ~ .content {
77
- z-index : 1 ;
78
- }
79
- [type = "radio" ]: checked ~ label ~ .content > * {
80
- opacity : 1 ;
81
- transform : translateX (0 );
82
- }
You can’t perform that action at this time.
0 commit comments