Skip to content

Commit

Permalink
fix: mobile search icon in header (#597)
Browse files Browse the repository at this point in the history
* fix: colore lente ricerca header center

* fix: white subsite magnifier color
Wagner3UB authored Mar 18, 2024
1 parent 814d55d commit 7b8b0d9
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions theme/ItaliaTheme/Subsites/templates/_white.scss
Original file line number Diff line number Diff line change
@@ -32,6 +32,11 @@ body.subsite-white {
a {
width: 48px;
height: 48px;
&.rounded-icon {
svg {
fill: $subsite-white-primary;
}
}
}
}

10 changes: 0 additions & 10 deletions theme/bootstrap-override/bootstrap-italia/_headercenter.scss
Original file line number Diff line number Diff line change
@@ -12,16 +12,6 @@
}
}
}

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

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

0 comments on commit 7b8b0d9

Please sign in to comment.