Skip to content

Commit

Permalink
fix: search icon mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Feb 1, 2024
1 parent 3680a0b commit c2c3739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@
a {
&.rounded-icon {
svg {
@if $subsite-light-theme {
fill: $subsite-primary-text;
} @else {
fill: $subsite-primary;
}
fill: $subsite-primary-text;
}
}
&.search-link {
outline-color: $subsite-primary-text !important;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.it-search-wrapper {
a.search-link {
outline: $header-center-bg-color 2px solid !important;
outline: $header-center-bg-color 1px solid !important;

&:focus {
box-shadow: 0 0 0 5px $focus-outline-color !important;
Expand Down

0 comments on commit c2c3739

Please sign in to comment.