We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e099e commit 645736fCopy full SHA for 645736f
src/codebase/scss/01_basics/_accessibility.scss
@@ -91,9 +91,6 @@ a.t-link-inside:hover .t-link {
91
// https://design-system.service.gov.uk/get-started/focus-states/
92
93
a:not(.panel-link):not(.t-link-inside):focus-visible {
94
-// a.panel-link:focus-visible .panel-link-title,
95
-// a.t-link-inside:focus-visible .t-link {
96
-//a:focus-visible {
97
outline: none;
98
color: black !important; // to override utility class text color
99
text-decoration: underline;
@@ -151,4 +148,4 @@ a:focus-visible img {
151
148
overflow: hidden;
152
149
position: absolute;
153
150
white-space: nowrap;
154
-}
+}
0 commit comments