Skip to content

Commit

Permalink
Merge pull request #146 from mrtineu/patch-2
Browse files Browse the repository at this point in the history
Oprava focusu na ikonke lupy
  • Loading branch information
jsuchal committed Apr 27, 2024
2 parents e8ffea5 + 86d3a8f commit c549dd4
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 c549dd4

Please sign in to comment.