Skip to content

Commit e281d1a

Browse files
authored
Merge pull request #769 from TechnologyEnhancedLearning/TD-4192-Focusnotrenderdcorrecly
TD 4192 -DIG818: Focus is not rendered correctly
2 parents 154127d + f00592f commit e281d1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

LearningHub.Nhs.WebUI/Styles/nhsuk/pages/search.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
height: 52px;
2424
width: 52px;
2525
padding-top: 0;
26+
27+
&:focus {
28+
background-color: #ffeb3b;
29+
border: 0;
30+
box-shadow: 0 4px 0 0 #212b32;
31+
color: #212b32;
32+
outline: 4px solid rgba(0,0,0,0);
33+
outline-offset: 4px;
34+
box-shadow: 0 -2px #ffeb3b,0 4px #212b32
35+
}
2636
}
2737

2838
.nhsuk-icon__search {

0 commit comments

Comments
 (0)