Skip to content

Commit f32557d

Browse files
committed
Grouped .downloadbutton styles together
1 parent e0e3c73 commit f32557d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_includes/_css/style.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,6 @@ input {
148148
position: absolute;
149149
left: -999em;
150150
}
151-
.downloadbutton,
152-
.downloadbutton > .downloadmenu > a {
153-
color: #245A48;
154-
fill: #245A48;
155-
}
156-
.downloadbutton:hover,
157-
.downloadbutton:focus,
158-
.downloadbutton > .downloadmenu > a:hover,
159-
.downloadbutton > .downloadmenu > a:focus {
160-
color: #2a6853;
161-
fill: #2a6853;
162-
}
163151
.button,
164152
#pagination a,
165153
#pagination span,
@@ -299,6 +287,18 @@ button:focus,
299287
line-height: 3.125em;
300288
transition-delay: .12s
301289
}
290+
.downloadbutton,
291+
.downloadbutton > .downloadmenu > a {
292+
color: #245A48;
293+
fill: #245A48;
294+
}
295+
.downloadbutton:hover,
296+
.downloadbutton:focus,
297+
.downloadbutton > .downloadmenu > a:hover,
298+
.downloadbutton > .downloadmenu > a:focus {
299+
color: #2a6853;
300+
fill: #2a6853;
301+
}
302302
.downloadbutton:hover,
303303
.downloadbutton:focus {
304304
background: #fff;

0 commit comments

Comments
 (0)