Skip to content

Commit 645736f

Browse files
authored
Update _accessibility.scss
1 parent f0e099e commit 645736f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/codebase/scss/01_basics/_accessibility.scss

+1-4
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ a.t-link-inside:hover .t-link {
9191
// https://design-system.service.gov.uk/get-started/focus-states/
9292

9393
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 {
9794
outline: none;
9895
color: black !important; // to override utility class text color
9996
text-decoration: underline;
@@ -151,4 +148,4 @@ a:focus-visible img {
151148
overflow: hidden;
152149
position: absolute;
153150
white-space: nowrap;
154-
}
151+
}

0 commit comments

Comments
 (0)