File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
}
14
14
15
- .search-result-item () {
16
- & :hover {
17
- .search-result-button {
18
- text-decoration : underline ;
19
- }
20
- }
21
- }
22
-
23
15
/* ------------------------------------------------------------------------- */
24
16
/* -- Layout --------------------------------------------------------------- */
25
17
/* ------------------------------------------------------------------------- */
@@ -148,6 +140,13 @@ header .navbar.navbar-static-top {
148
140
}
149
141
}
150
142
143
+
144
+ .search-result-button {
145
+ & :hover {
146
+ text-decoration : underline ;
147
+ }
148
+ }
149
+
151
150
& > .search-results {
152
151
display : flex ;
153
152
flex-direction : row ;
@@ -315,8 +314,6 @@ header .navbar.navbar-static-top {
315
314
}
316
315
317
316
& .package {
318
- .search-result-item ();
319
-
320
317
// short details of a pacakge
321
318
& > :nth- child(3 ) {
322
319
color : #666 ;
@@ -410,8 +407,6 @@ header .navbar.navbar-static-top {
410
407
}
411
408
412
409
& .option {
413
- .search-result-item ();
414
-
415
410
// short details of a pacakge
416
411
& > :nth- child(3 ) {
417
412
margin-top : 1em ;
You can’t perform that action at this time.
0 commit comments