Skip to content

Commit

Permalink
fix arrow assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 13, 2024
1 parent 72d17fe commit 780bdf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sass/common/_mobile_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ body.body-locked {
background-color: $white;
box-shadow: none;
cursor: pointer;
background: url(./../../assets/icons/menu/menu-select-arrow.svg)
background: url(./../assets/icons/menu/menu-select-arrow.svg)
no-repeat right $white;
appearance: none;
-webkit-appearance: none;
Expand All @@ -665,7 +665,7 @@ body.body-locked {
background-color: $white;
}
&:focus {
background: url(./../../assets/icons/menu/menu-select-arrow-rotate.svg)
background: url(./../assets/icons/menu/menu-select-arrow-rotate.svg)
no-repeat right $white;
appearance: none;
-webkit-appearance: none;
Expand Down
4 changes: 2 additions & 2 deletions sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3350,7 +3350,7 @@ body.body-locked::after {
background-color: #ffffff;
box-shadow: none;
cursor: pointer;
background: url(./../../assets/icons/menu/menu-select-arrow.svg) no-repeat right #ffffff;
background: url(./../assets/icons/menu/menu-select-arrow.svg) no-repeat right #ffffff;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
Expand All @@ -3366,7 +3366,7 @@ body.body-locked::after {
background-color: #ffffff;
}
.header-2-0 .mobile-menu-wrapper__content-lang-select .lang-select__select:focus {
background: url(./../../assets/icons/menu/menu-select-arrow-rotate.svg) no-repeat right #ffffff;
background: url(./../assets/icons/menu/menu-select-arrow-rotate.svg) no-repeat right #ffffff;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
Expand Down
Loading

0 comments on commit 780bdf8

Please sign in to comment.