File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 36
36
padding : 0 0.5em ;
37
37
}
38
38
39
+ .search-result-item__open-button {
40
+ align-self : flex-start;
41
+ background : none;
42
+ border : 1px solid transparent;
43
+ border-radius : 0.5rem ;
44
+ cursor : pointer;
45
+ font-size : 1.5rem ;
46
+ margin-left : auto; /* Push the button to the right end */
47
+ }
48
+
49
+ .search-result-item__open-button : hover {
50
+ background-color : # fff ;
51
+ border-color : black;
52
+ }
53
+
39
54
.search-result-item__tier--type-iron {
40
55
background-color : var (--tier-bgcolor-iron );
41
56
color : var (--tier-text-color-iron );
Original file line number Diff line number Diff line change @@ -159,6 +159,13 @@ <h2 class="page-guide__title">{{guide.title}}</h2>
159
159
>
160
160
{{ item.tier }}
161
161
</ div >
162
+ < button
163
+ class ="search-result-item__open-button "
164
+ title ="View guide "
165
+ @click ="$emit('guide-open', item.id) "
166
+ >
167
+ < i class ="fas fa-arrow-right "> </ i >
168
+ </ button >
162
169
</ div >
163
170
< div class ="search-result-item__stats ">
164
171
< div class ="search-result-item__stats-entry ">
You can’t perform that action at this time.
0 commit comments