Skip to content

Commit

Permalink
Oprava focusu na ikonke lupy
Browse files Browse the repository at this point in the history
Zmena aby pri prehliadaní s tab, aby bola ikonka lupa správne focusnutá

Closes slovensko-digital/navody.digital#617
  • Loading branch information
mrtineu authored Apr 27, 2024
1 parent e8ffea5 commit 86d3a8f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/govuk/components/_custom/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,15 @@

button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 40px;
top: 2px;
right: 2px;
bottom: 2px;
padding: 0;
border: 0;
border-radius: 3px;
opacity: .5;
color: $sdn-search-button-color;
background: $sdn-search-button-background $icon-search no-repeat center center;
background-size: 18px 18px;

&:focus {
outline: transparent;
}
}

form {
Expand Down

0 comments on commit 86d3a8f

Please sign in to comment.