Skip to content

Commit

Permalink
fix: SVG path fill color to current color for theming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Aug 6, 2021
1 parent ef7920d commit 43b4d46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/sass/editor.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
margin: $le-space-medium 0
line-height: $le-line-height

svg
path[fill="#000"],
path[fill="#000000"]
fill: currentColor

.material-icons
font-size: $le-font-size-icon
vertical-align: middle
Expand Down
3 changes: 0 additions & 3 deletions src/sass/parts/_overview.sass
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
height: $le-font-size-icon
max-width: $le-font-size-icon

path
fill: currentColor

.le__part__breadcrumb
overflow: hidden
text-overflow: ellipsis
Expand Down

0 comments on commit 43b4d46

Please sign in to comment.