Skip to content

Commit

Permalink
Merge pull request #755 from qld-gov-au/QOLDEV-263-archives-search
Browse files Browse the repository at this point in the history
[QOLDEV-263] exclude archive record search from link styling
  • Loading branch information
ThrawnCA authored Feb 2, 2023
2 parents 29c4d77 + d1fbd73 commit d94b420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/_project/_blocks/components/link/_qg-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
// make exception for certain classes, which need to re-visit for better optimization
&:not(.qg-feature-box .qg-link):not(.qg-index a.qg-index-item):not(.page-item
.page-link):not(.dfv-cards--type-top-prompt
a.card):not(.search-categories__index-toggle):not(.search-categories__index):not(.print-content-link):not(.qg-aside-button):not(.dfv-back a) {
a.card):not(.search-categories__index-toggle):not(.search-categories__index):not(.print-content-link):not(.qg-aside-button):not(.dfv-back
a):not(.QSAR-records-search a) {
text-underline-offset: $text-underline-offset;
// not sure why Asif need to add this, which will have side-effect on customised style added by franchise.
// &:hover,
Expand Down

0 comments on commit d94b420

Please sign in to comment.