File tree 4 files changed +33
-27
lines changed
4 files changed +33
-27
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5")
9
9
li.l-left <a class =" main-nav-button" href =" /docs/js/latest/" md-button >Docs</a >
10
10
li.l-left <a class =" main-nav-button" href =" /about/" md-button >About</a >
11
11
li.l-left <a class =" main-nav-button" href =" /contribute.html" md-button >Contribute</a >
12
- li.l-right <a class =" main-nav-button has-icon" href =" /download/" md-button > <span class =" icon icon-cloud-download" ></span > Download </a >
12
+ li.l-right <a class =" main-nav-button has-icon" href =" /download/" md-button > <span class =" icon icon-cloud-download" ></span > Install </a >
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
17
-
18
-
19
- "Angular_1.X" : {
17
+ "Angular_1" : {
20
18
"description" : " The production ready version of Angular for JavaScript" ,
21
19
22
- "1.X " : {
20
+ "1" : {
23
21
"file" : " https://code.angularjs.org/"
24
22
}
25
23
},
26
24
27
- "AngularDart_1.X " : {
25
+ "AngularDart_1" : {
28
26
"description" : " The production ready version of Angular for Dart" ,
29
27
30
- "1.X " : {
28
+ "1" : {
31
29
"file" : " https://angulardart.org/"
32
30
}
33
31
},
34
32
35
- "AngularFire_1.X " : {
33
+ "AngularFire_1" : {
36
34
"description" : " AngularFire is the officially supported Angular binding for Firebase." ,
37
- "1.X " : {
35
+ "1" : {
38
36
"file" : " https://www.firebase.com/docs/web/libraries/angular/index.html"
39
37
}
40
38
},
41
39
42
- "AngularMaterial_1.X " : {
40
+ "AngularMaterial_1" : {
43
41
"description" : " The Angular Material project is an implementation of Material Design in Angular 1 for JS." ,
44
- "1.X " : {
42
+ "1" : {
45
43
"file" : " https://material.angularjs.org/#/getting-started"
46
44
}
47
45
}
Original file line number Diff line number Diff line change 12
12
13
13
else
14
14
.card-content
15
- h3.text-body Version #{name}
16
15
17
- ul
16
+ ul.hover-card-container
18
17
if version .file
19
- li <a href =" #{version.file}" > Download for #{name} </a >
18
+ li
19
+ != partial (" ../_includes/_hover-card" , {name: " Version " + name, url: version .file })
20
20
21
21
if version .npm
22
- li <a href =" #{version.npm}" > NPM installation for #{name} </a >
22
+ li
23
+ != partial (" ../_includes/_hover-card" , {name: " Version " + name, url: version .npm })
23
24
24
25
if version .pub
25
- li < a href = " #{version.pub} " > Pub installation for #{name} </ a >
26
-
26
+ li
27
+ != partial ( " ../_includes/_hover-card " , {name : " Version " + name, url : version . pub })
Original file line number Diff line number Diff line change 36
36
padding : 0px ;
37
37
margin : 0px 0px 0px ($unit * 4 );
38
38
39
- a {
40
- font-size : 14px ;
41
- display : block ;
42
- line-height : 24px ;
43
- text-decoration : none ;
44
- padding : 0px 4px ;
45
-
46
- & :hover {
47
- text-decoration : underline ;
48
- background : $mist ;
39
+ & :not (.hover-card-container ) {
40
+ a {
41
+ font-size : 14px ;
42
+ display : block ;
43
+ line-height : 24px ;
44
+ text-decoration : none ;
45
+ padding : 0px 4px ;
46
+
47
+ & :hover {
48
+ text-decoration : underline ;
49
+ background : $mist ;
50
+ }
49
51
}
50
52
}
53
+
54
+ & .hover-card-container {
55
+ margin-left : 0 ;
56
+ margin-top : $unit * 2 ;
57
+ }
51
58
}
52
59
}
53
60
You can’t perform that action at this time.
0 commit comments