Skip to content

Commit

Permalink
emphasize year switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Nov 19, 2024
1 parent af9140d commit ec4ba03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/shared/css/shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,9 @@ table.availability-grid tr td {
}

.ipa-header .year-display {
padding-left: 10px;
padding-right: 10px;
padding-left: 8px;
padding-right: 8px;
font-weight: 500;
}

.ipa-header .ipa-header__year a {
Expand All @@ -246,7 +247,6 @@ table.availability-grid tr td {
}

.ipa-header .ipa-header__year li a:hover {
background-color: white !important;
cursor: pointer;
}

Expand Down
1 change: 1 addition & 0 deletions app/shared/directives/ipaHeader/ipaHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border-radius: 4px;
height: 31px;
min-width: 140px;
font-size: 14px;
}

.ipa-header__workgroup-button {
Expand Down

0 comments on commit ec4ba03

Please sign in to comment.