File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
.button-link {
2
2
padding : 0 ;
3
3
font-size : 14px ;
4
+
5
+ & :hover {
6
+ border-color : color (gray-500 );
7
+ }
4
8
}
Original file line number Diff line number Diff line change 60
60
right : 20 ;
61
61
padding : 5px ;
62
62
}
63
+
63
64
& --hidden {
64
65
visibility : hidden ;
65
66
left : -999px ;
66
67
width : 1px ;
67
68
height : 1px ;
68
69
overflow : hidden ;
69
70
}
71
+
72
+ & --filter-button {
73
+ display : inline-block ;
74
+ }
70
75
}
Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ title: Release Notes Test
3
3
hide_toc : true
4
4
---
5
5
6
- <button class =" button button-fill filter-button " onclick =" javascript: hideCards (ga) " >GA</button >
7
- <button class =" button button-fill filter-button " onclick =" javascript: hideCards (beta) " >Beta</button >
8
- <button class =" button button-fill filter-button " onclick =" javascript: showCards () " >Reset filter</button >
6
+ <div class =" release-note-card--filter-button " >
7
+ <p >Select one of the following buttons to see release notes in that release stage:<br ></p >
8
+ <button class =" button button-hollow " style =" style =width :1500% " onclick =" javascript: hideCards (ga) " >GA</button >
9
+ <button class =" button button-hollow " onclick =" javascript: hideCards (beta) " >Beta</button >
10
+ <button class =" button button-hollow " onclick =" javascript: hideCards (pilot) " >Pilot</button >
11
+ <button class =" button " style =" color (#3366ff )" onclick =" javascript: showCards () " >Reset</button >
12
+ </div >
9
13
10
14
{% assign notes = site.data.release-notes.notes %}
11
15
{% for note in notes %}
You can’t perform that action at this time.
0 commit comments