Skip to content

Commit 266944a

Browse files
author
Richard da Silva
committed
Removed white styles for menu items
1 parent 120e873 commit 266944a

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

packages/components/header/_header.scss

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -872,69 +872,6 @@
872872

873873
}
874874

875-
.ofh-search__submit {
876-
background-color: $color_ofh-brand-yellow;
877-
878-
.ofh-icon__search {
879-
fill: $color_ofh-white;
880-
}
881-
882-
&:hover {
883-
background-color: $color_shade_ofh-blue-20;
884-
border-color: $color_shade_ofh-blue-20;
885-
}
886-
887-
&:focus {
888-
background-color: $ofh-focus-color;
889-
890-
.ofh-icon__search {
891-
fill: $ofh-focus-text-color;
892-
}
893-
}
894-
}
895-
896-
.ofh-search__input {
897-
border: 1px solid $color_ofh-grey-3;
898-
899-
&:focus {
900-
border: 2px solid $ofh-focus-text-color;
901-
902-
@include mq($until: tablet) {
903-
border: $ofh-focus-width solid $ofh-focus-text-color;
904-
}
905-
}
906-
}
907-
908-
.ofh-header__search-toggle,
909-
.ofh-header__menu-toggle {
910-
border-color: $color_ofh-brand-dark-blue;
911-
color: $color_ofh-brand-dark-blue;
912-
913-
.ofh-icon {
914-
fill: $color_ofh-brand-yellow;
915-
}
916-
917-
&.is-active,
918-
&:hover {
919-
background-color: $color_ofh-brand-yellow;
920-
border-color: $color_ofh-brand-dark-blue;
921-
box-shadow: none;
922-
color: $color_ofh-brand-dark-blue;
923-
924-
.ofh-icon {
925-
fill: $color_ofh-brand-dark-blue;
926-
}
927-
}
928-
929-
&:focus {
930-
color: $ofh-focus-text-color;
931-
932-
.ofh-icon {
933-
fill: $ofh-focus-text-color;
934-
}
935-
}
936-
}
937-
938875
.ofh-header__search-form {
939876
@include mq($until: tablet) {
940877
padding-top: 0;

0 commit comments

Comments
 (0)