Skip to content

Commit

Permalink
[QOLDEV-640] apply link styling to header buttons with the 'btn-link'…
Browse files Browse the repository at this point in the history
… class
  • Loading branch information
ThrawnCA committed Nov 14, 2023
1 parent 51f3b3b commit e8a498c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ckanext/publications_qld_theme/assets/publications_qld.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ div.account-masthead .account ul.list-unstyled li {
border: none;
}

div.account-masthead .account ul.list-unstyled li a {
div.account-masthead .account ul.list-unstyled li a,
div.account-masthead .account ul.list-unstyled li .btn-link {
color: #ffffff;
text-decoration: none;
line-height: 1rem;
Expand All @@ -334,7 +335,9 @@ div.account-masthead .account ul.list-unstyled li a {
}

div.account-masthead .account ul.list-unstyled li a:hover,
div.account-masthead .account ul.list-unstyled li a:focus {
div.account-masthead .account ul.list-unstyled li a:focus,
div.account-masthead .account ul.list-unstyled li .btn-link:hover,
div.account-masthead .account ul.list-unstyled li .btn-link:focus {
color: #ffffff;
background-color: #007eb1;
}
Expand Down

0 comments on commit e8a498c

Please sign in to comment.