Skip to content

Commit

Permalink
Merge pull request #728 from qld-gov-au/QOLDEV-29-mobile-accessibilit…
Browse files Browse the repository at this point in the history
…y_4.1.0

[QOLDEV-29] revert change that will affect desktop index links
  • Loading branch information
ThrawnCA authored Jan 23, 2023
2 parents fa9b5df + 700348c commit cd6c46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/_project/_blocks/layout/_pagemodels/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
float: left;
}
a {
text-decoration-line: none !important;
&:not(:hover){
text-decoration-line: none !important;
}
&:hover {
img {
border: 1px solid #06c;
Expand Down

0 comments on commit cd6c46e

Please sign in to comment.