Commit fc963dc 1 parent db21613 commit fc963dc Copy full SHA for fc963dc
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ main#crate {
512
512
513
513
.version-track {
514
514
> div {
515
- border-color : #960D0D ;
515
+ border-color : #960D0D !important ;
516
516
background-color : #FDCECE ;
517
517
}
518
518
}
@@ -525,7 +525,7 @@ main#crate {
525
525
526
526
.version-track {
527
527
> div {
528
- border-color : #C48B21 ;
528
+ border-color : #C48B21 !important ;
529
529
background-color : #FFEFD1 ;
530
530
}
531
531
}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ html(lang="en")
143
143
option( value =version .num ) #{version .num }
144
144
div.features-display-pane
145
145
| #{data .crate .id }#{" = " }
146
- span.string "#{data .crate .max_stable_version } "
146
+ span.string "#{data .crate .max_stable_version || data . crate . max_version } "
147
147
div.copy-icon-container
148
148
i.interactable-icon.copy-icon.fas.fa-copy
149
149
div.features-selection-dropdown ( hidden )
You can’t perform that action at this time.
0 commit comments