Skip to content

Commit

Permalink
Merge pull request #81 from qld-gov-au/QOLDEV-640-logout-caching
Browse files Browse the repository at this point in the history
[QOLDEV-640] apply link styling to header buttons with the 'btn-link' class
  • Loading branch information
ThrawnCA authored Nov 14, 2023
2 parents 51f3b3b + e8a498c commit ba86196
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 ba86196

Please sign in to comment.