Skip to content

Commit 135d9f5

Browse files
authored
Fix download button hover/active states (#668)
1 parent 9bb3c4a commit 135d9f5

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

app/scss/custom.scss

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,17 @@ pre {
188188
}
189189

190190
.btn-download {
191-
color: #fff;
192-
background-color: #00b05c;
193-
border-color: #00b05c;
191+
--bs-btn-color: #fff;
192+
--bs-btn-bg: #00b05c;
193+
--bs-btn-border-color: #00b05c;
194+
--bs-btn-hover-color: #fff;
195+
--bs-btn-hover-bg: #00a053;
196+
--bs-btn-hover-border-color: #00a053;
197+
--bs-btn-focus-shadow-rgb: 0,188,140;
198+
--bs-btn-active-color: #fff;
199+
--bs-btn-active-bg: #00914b;
200+
--bs-btn-active-border-color: #00914b;
201+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
194202
}
195203

196204

0 commit comments

Comments
 (0)