Skip to content

Commit

Permalink
Ignore inline size of SVGs (Fixes oliverschwendener#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Aug 14, 2019
1 parent f60a182 commit ddfa989
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ body {
fill: var(--search-results--item-active-text-color);
}

.search-results__item-icon--svg > svg {
width: var(--search-results--item-icon-size);
height: var(--search-results--item-icon-size);
}

.search-results__item-icon-overlay {
background-color: var(--search-results--background-color);
opacity: 0.25;
Expand Down

0 comments on commit ddfa989

Please sign in to comment.