Skip to content

Commit

Permalink
Merge pull request #80 from gsoft-inc/feature/79
Browse files Browse the repository at this point in the history
Feature/79
  • Loading branch information
fraincs authored Apr 16, 2024
2 parents f664bc3 + 9bd0e1f commit efdbabf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-pandas-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@igloo-ui/icons': patch
---

Added a layer rule for better css specificity managment
16 changes: 9 additions & 7 deletions components/styles/icon.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.ids-icon {
display: inline-block;
vertical-align: text-bottom;
user-select: none;
overflow: hidden;
/* fix the issue with the strokes vs fill */
fill: none !important;
@layer igloo {
.ids-icon {
display: inline-block;
vertical-align: text-bottom;
user-select: none;
overflow: hidden;
/* fix the issue with the strokes vs fill */
fill: none !important;
}
}

0 comments on commit efdbabf

Please sign in to comment.