Skip to content

Commit

Permalink
fix(styles): make search icon click through
Browse files Browse the repository at this point in the history
  • Loading branch information
mancristiana committed Feb 7, 2022
1 parent 0427a7d commit f812829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -1100,6 +1100,7 @@ ul {
width: 18px;
height: 18px;
color: #777;
pointer-events: none;
}

[dir="rtl"] .search-icon {
Expand Down
1 change: 1 addition & 0 deletions styles/_search.scss
Expand Up @@ -38,6 +38,7 @@
width: 18px;
height: 18px;
color: #777;
pointer-events: none;

[dir="rtl"] & {
right: 15px;
Expand Down

0 comments on commit f812829

Please sign in to comment.