Skip to content

Commit eb4f4e4

Browse files
committed
fix(milestone): milestone testing
1 parent cf1e46c commit eb4f4e4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

public/css/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ a.ext-link .icon {
603603
}
604604
#jq-primaryNavigation a {
605605
height: 27px;
606+
align-self: flex-end;
606607
}
607608
#jq-secondaryNavigation {
608609
border-radius: var(--border-radius);

public/css/milestone-summary.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@
4545
}
4646

4747
.milestone-name-link {
48-
font-size: 1em;
48+
font-size: 1rem;
4949
font-weight: bold;
50-
text-transform: uppercase;
5150
text-decoration: none;
5251
padding: 0.2em 0.375em;
5352
box-shadow: 1px 1px 0.5em 0 var(--milestone-name-box-shadow-color);
5453
}
55-
.milestone-name-link:hover {
56-
text-decoration: underline;
54+
.milestone-name-link[href],
55+
.milestone-name-link[href]:visited,
56+
.milestone-name-link[href]:hover,
57+
.milestone-name-link[href]:active {
58+
color: black;
5759
}
5860
.milestone-name {
5961
color: var(--milestone-name-color);

public/css/search.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#search {
66
width: 100%;
77
position: relative;
8+
min-height: 25px;
89
}
910
.pagefind-ui__search-input {
1011
width: 100%;

0 commit comments

Comments
 (0)